aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2001-02-20 08:19:16 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-02-20 08:19:16 +0800
commit72bc2233d228d6313a52c6a43e6a22c63067b954 (patch)
tree383fb692e99459d7520ff575e897460fa3d24781 /camel/ChangeLog
parent269b6e0a439cf55772bc0092fe173d87091097cb (diff)
downloadgsoc2013-evolution-72bc2233d228d6313a52c6a43e6a22c63067b954.tar
gsoc2013-evolution-72bc2233d228d6313a52c6a43e6a22c63067b954.tar.gz
gsoc2013-evolution-72bc2233d228d6313a52c6a43e6a22c63067b954.tar.bz2
gsoc2013-evolution-72bc2233d228d6313a52c6a43e6a22c63067b954.tar.lz
gsoc2013-evolution-72bc2233d228d6313a52c6a43e6a22c63067b954.tar.xz
gsoc2013-evolution-72bc2233d228d6313a52c6a43e6a22c63067b954.tar.zst
gsoc2013-evolution-72bc2233d228d6313a52c6a43e6a22c63067b954.zip
Take the ^Header: part out of the expression, since we look that up
2001-02-20 Not Zed <NotZed@Ximian.com> * camel-mime-utils.c (mail_list_magic): Take the ^Header: part out of the expression, since we look that up ourselves. (header_raw_check_mailing_list): When getting the match, get match 1, not match 0, we dont want the full string match. * camel-folder-summary.c (CAMEL_FOLDER_SUMMARY_VERSION): Bumped for summary change. (message_info_new): Extract the mlist info from the headers. (message_info_load): Load mlist from summary. (message_info_save): Save mlist to summary. (message_info_free): Save the mlist entry. (camel_message_info_new_from_header): Extract mailing list header. (camel_message_info_dup_to): Copy the mlist entry. (camel_message_info_free): Free mlist. (message_info_dump): Dump the mlist. * camel-folder-summary.h: Add an mlist (mailing list) string to the summary. svn path=/trunk/; revision=8295
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 000a26da82..cbbb694398 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,24 @@
+2001-02-20 Not Zed <NotZed@Ximian.com>
+
+ * camel-mime-utils.c (mail_list_magic): Take the ^Header: part out
+ of the expression, since we look that up ourselves.
+ (header_raw_check_mailing_list): When getting the match, get match
+ 1, not match 0, we dont want the full string match.
+
+ * camel-folder-summary.c (CAMEL_FOLDER_SUMMARY_VERSION): Bumped
+ for summary change.
+ (message_info_new): Extract the mlist info from the headers.
+ (message_info_load): Load mlist from summary.
+ (message_info_save): Save mlist to summary.
+ (message_info_free): Save the mlist entry.
+ (camel_message_info_new_from_header): Extract mailing list header.
+ (camel_message_info_dup_to): Copy the mlist entry.
+ (camel_message_info_free): Free mlist.
+ (message_info_dump): Dump the mlist.
+
+ * camel-folder-summary.h: Add an mlist (mailing list) string to
+ the summary.
+
2001-02-19 Not Zed <NotZed@Ximian.com>
* providers/vee/camel-vee-folder.c (camel_vee_folder_new): Added