[IMP] mail: improvement for the message detail of reply emails

bzr revid: rha@tinyerp.com-20110418103515-8jx419l35emct14q
This commit is contained in:
Rifakat Haradwala (Open ERP) 2011-04-18 16:05:15 +05:30
parent 2c576c4960
commit e3532d7e4e
1 changed files with 4 additions and 0 deletions

View File

@ -126,6 +126,10 @@ class email_thread(osv.osv):
references = msg.get('references', False) or msg.get('in-reply-to', False),
attach = attachments.items(),
email_date = msg.get('date'),
body_html= msg.get('body_html', False),
sub_type = msg.get('sub_type', False),
headers = msg.get('headers', False),
reply = msg.get('reply', False),
context = context)
return True