[Vtigercrm-developers] Emails added by MailConverter show Draft icon

Stefan- Setras LLC stefan at setras.net
Mon Sep 29 17:52:10 GMT 2014


Hi,

 

when emails are received by the MailConverter module, the Leads/Contact
related list view displays a draft icon as the sent date. 

I made the following patch to modules/Emails/models/Records.php in order to
correctly display the sent date

 

Line 432:  if ($this->get('email_flag') == "SENT") {

>> 

Line 432:  if (($this->get('email_flag') == "SENT") or
($this->get('email_flag') == "MAILSCANNER")) {

 

If this is not a feature, can you correct this in future versions, please.

 

Best,

Stefan

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20140929/fad0d844/attachment.html>


More information about the vtigercrm-developers mailing list