diff options
Diffstat (limited to 'mail')
-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; |