aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-part.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2001-02-23 06:21:28 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-02-23 06:21:28 +0800
commit7698a3941bb5ad9faf3b5b4831e0400f81cc9b64 (patch)
treeb62415f7977421c484e38de2f1621cf2425ee7f5 /camel/camel-mime-part.c
parente939da9df48b7e4992de4df915e7832803f8fa12 (diff)
downloadgsoc2013-evolution-7698a3941bb5ad9faf3b5b4831e0400f81cc9b64.tar
gsoc2013-evolution-7698a3941bb5ad9faf3b5b4831e0400f81cc9b64.tar.gz
gsoc2013-evolution-7698a3941bb5ad9faf3b5b4831e0400f81cc9b64.tar.bz2
gsoc2013-evolution-7698a3941bb5ad9faf3b5b4831e0400f81cc9b64.tar.lz
gsoc2013-evolution-7698a3941bb5ad9faf3b5b4831e0400f81cc9b64.tar.xz
gsoc2013-evolution-7698a3941bb5ad9faf3b5b4831e0400f81cc9b64.tar.zst
gsoc2013-evolution-7698a3941bb5ad9faf3b5b4831e0400f81cc9b64.zip
Add some internal progress reporting. (imap_rescan): Do some progress
2001-02-23 Not Zed <NotZed@Ximian.com> * providers/imap/camel-imap-folder.c (imap_sync): Add some internal progress reporting. (imap_rescan): Do some progress reporting. * camel-mime-part.c (init_header_name_table): Add the message-id to the formatted table, so we dont try and wrap it, and break it. svn path=/trunk/; revision=8350
Diffstat (limited to 'camel/camel-mime-part.c')
-rw-r--r--camel/camel-mime-part.c1
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