]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
pop3-migration: Ignore X-Yahoo-Newman-Property: header
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Sun, 24 Jan 2016 15:13:04 +0000 (17:13 +0200)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Sun, 24 Jan 2016 15:13:04 +0000 (17:13 +0200)
This exists only for Yahoo IMAP mails, but not for Yahoo POP3 mails.

src/plugins/pop3-migration/pop3-migration-plugin.c

index 3533555fe97d12a90d7e92a41928e71f7b9255c8..c8a644f76a926f7438e8f2244f89a9d0a4fa4ce3 100644 (file)
@@ -75,7 +75,8 @@ static const char *hdr_hash_skip_headers[] = {
        "X-Message-Flag",
        "X-Status",
        "X-UID",
-       "X-UIDL"
+       "X-UIDL",
+       "X-Yahoo-Newman-Property"
 };
 const char *pop3_migration_plugin_version = DOVECOT_ABI_VERSION;