Skip to content

Commit

Permalink
pop3-migration: Ignore X-Yahoo-Newman-Property: header
Browse files Browse the repository at this point in the history
This exists only for Yahoo IMAP mails, but not for Yahoo POP3 mails.
  • Loading branch information
sirainen committed Jan 24, 2016
1 parent 12e3273 commit c39c3d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugins/pop3-migration/pop3-migration-plugin.c
Expand Up @@ -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;

Expand Down

0 comments on commit c39c3d8

Please sign in to comment.