From da4b198ffa205cafc5de986085e77e1b8cc47408 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Tue, 15 Jun 2010 14:41:22 +0100 Subject: Bug 585904 - Don't overwrite Date: header when writing Fcc --- mail/mail-ops.c | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.2.3