diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2010-06-15 21:41:22 +0800 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2010-06-15 21:41:22 +0800 |
commit | da4b198ffa205cafc5de986085e77e1b8cc47408 (patch) | |
tree | 60e5b750ec80bd5183d4d03966b442c96b0e8892 | |
parent | dfb3b918b0dfe988cdf1e45dc129cb02fea59107 (diff) | |
download | gsoc2013-evolution-da4b198ffa205cafc5de986085e77e1b8cc47408.tar.gz gsoc2013-evolution-da4b198ffa205cafc5de986085e77e1b8cc47408.tar.zst gsoc2013-evolution-da4b198ffa205cafc5de986085e77e1b8cc47408.zip |
Bug 585904 - Don't overwrite Date: header when writing Fcc
-rw-r--r-- | mail/mail-ops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 128cb28c9c..52976148d6 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -541,7 +541,6 @@ mail_send_message (struct _send_queue_msg *m, CamelFolder *queue, const gchar *u /* Now check for posting, failures are ignored */ info = camel_message_info_new(NULL); camel_message_info_set_flags(info, CAMEL_MESSAGE_SEEN, ~0); - camel_mime_message_set_date(message, CAMEL_MESSAGE_DATE_CURRENT, 0); for (header = xev;header;header=header->next) { gchar *uri; |