diff options
Diffstat (limited to 'camel/camel-mime-part.c')
-rw-r--r-- | camel/camel-mime-part.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-mime-part.c b/camel/camel-mime-part.c index 8145bc1675..4409ee5f72 100644 --- a/camel/camel-mime-part.c +++ b/camel/camel-mime-part.c @@ -103,6 +103,7 @@ init_header_name_table() g_hash_table_insert(header_formatted_table, "From", (void *)1); g_hash_table_insert(header_formatted_table, "Cc", (void *)1); g_hash_table_insert(header_formatted_table, "Bcc", (void *)1); + g_hash_table_insert(header_formatted_table, "Message-ID", (void *)1); } static void |