changeset 19618:591fa1448786

pop3-migration: Ignore X-Yahoo-Newman-Property: header This exists only for Yahoo IMAP mails, but not for Yahoo POP3 mails.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Sun, 24 Jan 2016 17:13:04 +0200
parents 7b0a093df334
children c1ba198e8b50
files src/plugins/pop3-migration/pop3-migration-plugin.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/plugins/pop3-migration/pop3-migration-plugin.c	Sun Jan 24 16:55:13 2016 +0200
+++ b/src/plugins/pop3-migration/pop3-migration-plugin.c	Sun Jan 24 17:13:04 2016 +0200
@@ -75,7 +75,8 @@
 	"X-Message-Flag",
 	"X-Status",
 	"X-UID",
-	"X-UIDL"
+	"X-UIDL",
+	"X-Yahoo-Newman-Property"
 };
 const char *pop3_migration_plugin_version = DOVECOT_ABI_VERSION;