summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-09-28 16:42:01 -0600
committerAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-09-28 16:42:01 -0600
commit5653a243291531fd9fed4c21cb9e809232071b6a (patch)
tree92aa1df9cf25efbf6e1b59e278812031f402c355
parent19e3cea75d091137b8f29552cd942e6397ed7e54 (diff)
downloadaskbot-5653a243291531fd9fed4c21cb9e809232071b6a.tar.gz
askbot-5653a243291531fd9fed4c21cb9e809232071b6a.tar.bz2
askbot-5653a243291531fd9fed4c21cb9e809232071b6a.zip
storing the full message
-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