From c836e3c1ec7b084580446b195cbff1e1f95082c2 Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Wed, 8 Dec 2010 12:19:37 +0100 Subject: [PATCH] correctly set the 'receivers' field --- weboob/applications/monboob/monboob.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/weboob/applications/monboob/monboob.py b/weboob/applications/monboob/monboob.py index 5efa0b58..5dfa3412 100644 --- a/weboob/applications/monboob/monboob.py +++ b/weboob/applications/monboob/monboob.py @@ -166,7 +166,6 @@ class Monboob(ReplApplication): content = content.split(u'\n-- \n')[0] parent_id = None - receivers = None if reply_to is None: # This is a new message if '.' in to: @@ -201,7 +200,7 @@ class Monboob(ReplApplication): 0, title=title, sender=sender, - receivers=receivers, + receivers=[to], parent=Message(thread, parent_id) if parent_id else None, content=content) try: