summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/mail/lamson_handlers.py2
1 files changed, 1 insertions, 1 deletions
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