From 5653a243291531fd9fed4c21cb9e809232071b6a Mon Sep 17 00:00:00 2001 From: Adolfo Fitoria Date: Fri, 28 Sep 2012 16:42:01 -0600 Subject: storing the full message --- askbot/mail/lamson_handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/askbot/mail/lamson_handlers.py b/askbot/mail/lamson_handlers.py index 91a09d2f..da09eec2 100644 --- a/askbot/mail/lamson_handlers.py +++ b/askbot/mail/lamson_handlers.py @@ -150,7 +150,7 @@ def process_reply(func): for part_type, content in parts: if part_type == 'body': print '===============================' - print 'message :', content.split('\n')[:10] + print 'message :', content break else: continue -- cgit v1.2.3-1-g7c22