From 9df60c5c8fc3ce56c8800e4776deabc2cecaba91 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 14 Jun 2001 17:16:33 +0000 Subject: Don't try to format the Reply-To header - we don't want to wrap the 2001-06-14 Jeffrey Stedfast * camel-mime-part.c (init_header_name_table): Don't try to format the Reply-To header - we don't want to wrap the reply-to address. svn path=/trunk/; revision=10231 --- camel/camel-mime-part.c | 1 + 1 file changed, 1 insertion(+) (limited to 'camel/camel-mime-part.c') diff --git a/camel/camel-mime-part.c b/camel/camel-mime-part.c index bc06f8147f..b582f8a780 100644 --- a/camel/camel-mime-part.c +++ b/camel/camel-mime-part.c @@ -108,6 +108,7 @@ init_header_name_table() g_hash_table_insert(header_formatted_table, "Content-Disposition", (void *)1); g_hash_table_insert(header_formatted_table, "To", (void *)1); g_hash_table_insert(header_formatted_table, "From", (void *)1); + g_hash_table_insert(header_formatted_table, "Reply-To", (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); -- cgit v1.2.3