Hardik Ansodariya (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/6.1-opw-572549-han into 
lp:openobject-addons/6.1.

Requested reviews:
  Naresh(OpenERP) (nch-openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-572549-han/+merge/97637

Hello,

plugin_thunderbird: fixed the issue of not able to push mail from send item.

Kindly review it.

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-572549-han/+merge/97637
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/6.1-opw-572549-han.
=== modified file 'plugin/plugin_handler.py'
--- plugin/plugin_handler.py	2011-12-26 17:12:29 +0000
+++ plugin/plugin_handler.py	2012-03-15 13:03:46 +0000
@@ -44,7 +44,7 @@
         url = ""
         name = ""
         msg = mail_message_obj.parse_message(email)
-        references = [msg.get('message-id')]
+        references = [str(msg.get('message-id'))]
         refs =  msg.get('references',False)
         if refs:
             references.extend(refs.split())

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to