aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.c
diff options
context:
space:
mode:
authorDavid Woodhouse <David.Woodhouse@intel.com>2010-06-15 21:41:22 +0800
committerDavid Woodhouse <David.Woodhouse@intel.com>2010-06-15 21:41:22 +0800
commitda4b198ffa205cafc5de986085e77e1b8cc47408 (patch)
tree60e5b750ec80bd5183d4d03966b442c96b0e8892 /mail/mail-ops.c
parentdfb3b918b0dfe988cdf1e45dc129cb02fea59107 (diff)
downloadgsoc2013-evolution-da4b198ffa205cafc5de986085e77e1b8cc47408.tar
gsoc2013-evolution-da4b198ffa205cafc5de986085e77e1b8cc47408.tar.gz
gsoc2013-evolution-da4b198ffa205cafc5de986085e77e1b8cc47408.tar.bz2
gsoc2013-evolution-da4b198ffa205cafc5de986085e77e1b8cc47408.tar.lz
gsoc2013-evolution-da4b198ffa205cafc5de986085e77e1b8cc47408.tar.xz
gsoc2013-evolution-da4b198ffa205cafc5de986085e77e1b8cc47408.tar.zst
gsoc2013-evolution-da4b198ffa205cafc5de986085e77e1b8cc47408.zip
Bug 585904 - Don't overwrite Date: header when writing Fcc
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r--mail/mail-ops.c1
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;