From e5988d447b0c5f4b90fbbdebdf8ea446fb05586e Mon Sep 17 00:00:00 2001 From: smitcona Date: Mon, 21 Nov 2016 12:48:29 +0000 Subject: [PATCH] Add space --- talon/quotations.py | 1 + 1 file changed, 1 insertion(+) diff --git a/talon/quotations.py b/talon/quotations.py index acdc741..c3ed666 100644 --- a/talon/quotations.py +++ b/talon/quotations.py @@ -175,6 +175,7 @@ NO_QUOT_LINE = re.compile('^[^>].*[\S].*') # Regular expression to identify if a line is a header. RE_HEADER = re.compile(": ") + def extract_from(msg_body, content_type='text/plain'): try: if content_type == 'text/plain':