From 5c413b4b00f3c378f85b4ddfea82cbf1a96a83fa Mon Sep 17 00:00:00 2001 From: Ethan Setnik Date: Wed, 12 Apr 2017 00:07:29 -0400 Subject: [PATCH] allow more lines since polymail has extra whitespace --- talon/quotations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/talon/quotations.py b/talon/quotations.py index 69f25f2..9286209 100644 --- a/talon/quotations.py +++ b/talon/quotations.py @@ -179,7 +179,7 @@ RE_NORMALIZED_LINK = re.compile('@@(http://[^>@]*)@@') RE_PARENTHESIS_LINK = re.compile("\(https?://") -SPLITTER_MAX_LINES = 4 +SPLITTER_MAX_LINES = 6 MAX_LINES_COUNT = 1000 # an extensive research shows that exceeding this limit # leads to excessive processing time