[FIX] mass_mailing: fixes:
authorThibault Delavallée <tde@openerp.com>
Mon, 2 Jun 2014 11:52:27 +0000 (13:52 +0200)
committerThibault Delavallée <tde@openerp.com>
Mon, 2 Jun 2014 11:52:27 +0000 (13:52 +0200)
commitcbdf7830b1cc75a57f3a473f6199032cd4123378
tree1a6805536c6d34ab003cb66544b27fee5219bf44
parentc319dc40e7e87971865e95c68789b0534bd84b28
[FIX] mass_mailing: fixes:
- fixed keeping the original message for routing, only when choosing to reply in the
original thread (notification=True)
- auto delete sent emails explicitely
- mail_thread: routing: fixed replies always choosen even when replying to emails
with a specified reply_to (using ref_match in the algorithm)
- mail_thread: routing: instead of exclusive routing heuristics, use each case
as a fallback of the previous.
addons/mail/mail_thread.py
addons/mass_mailing/models/mass_mailing.py
addons/mass_mailing/wizard/mail_compose_message.py