changeset 15019:d50ac1b3330d

mbox: X-Delivery-ID: and X-IMAP: headers weren't dropped from incoming mails. Because of a missing comma.. Found by Coverity.
author Timo Sirainen <tss@iki.fi>
date Thu, 12 Jun 2014 23:51:28 +0300
parents 1afc053e0f88
children 74037ec725d3
files src/lib-storage/index/mbox/mbox-storage.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-storage/index/mbox/mbox-storage.c	Thu Jun 05 11:30:19 2014 +0300
+++ b/src/lib-storage/index/mbox/mbox-storage.c	Thu Jun 12 23:51:28 2014 +0300
@@ -53,7 +53,7 @@
 const char *mbox_save_drop_headers[] = {
 	"Content-Length",
 	"Status",
-	"X-Delivery-ID"
+	"X-Delivery-ID",
 	"X-IMAP",
 	"X-IMAPbase",
 	"X-Keywords",