aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2001-03-27 20:48:13 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-03-27 20:48:13 +0800
commitf964f65b794916c85949898d18baf2d5d6cd1377 (patch)
treedb5bf6a4c406c0ede891dfba923d02b979bd6779 /camel/ChangeLog
parentad245944787560f84f5972f9d9c0391562692a33 (diff)
downloadgsoc2013-evolution-f964f65b794916c85949898d18baf2d5d6cd1377.tar
gsoc2013-evolution-f964f65b794916c85949898d18baf2d5d6cd1377.tar.gz
gsoc2013-evolution-f964f65b794916c85949898d18baf2d5d6cd1377.tar.bz2
gsoc2013-evolution-f964f65b794916c85949898d18baf2d5d6cd1377.tar.lz
gsoc2013-evolution-f964f65b794916c85949898d18baf2d5d6cd1377.tar.xz
gsoc2013-evolution-f964f65b794916c85949898d18baf2d5d6cd1377.tar.zst
gsoc2013-evolution-f964f65b794916c85949898d18baf2d5d6cd1377.zip
Unref the html filter when done. (summary_build_content_info): Disable
2001-03-27 Not Zed <NotZed@Ximian.com> * camel-folder-summary.c (camel_folder_summary_finalize): Unref the html filter when done. (summary_build_content_info): Disable using the html parser to help index html mails until it gets sorted out. svn path=/trunk/; revision=8975
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 7885a339f8..8f1c231df9 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,10 @@
2001-03-27 Not Zed <NotZed@Ximian.com>
+ * camel-folder-summary.c (camel_folder_summary_finalize): Unref
+ the html filter when done.
+ (summary_build_content_info): Disable using the html parser to
+ help index html mails until it gets sorted out.
+
* camel-vee-folder.c (folder_changed): Fix a cut n paste bug, we
want uid_removed not uid_changed deref, fixes bug #1999.