From a39364e258908a69c25dc890788203b2663263f6 Mon Sep 17 00:00:00 2001 From: 3 Date: Wed, 3 Oct 2001 23:05:06 +0000 Subject: Dont explicitly save metadata, its saved in summary_sync. 2001-10-03 * providers/local/camel-local-folder.c (local_sync): Dont explicitly save metadata, its saved in summary_sync. * providers/local/camel-mh-summary.c: Call superclass. (mh_summary_check): Dont save ibex. * providers/local/camel-maildir-summary.c: Call superclass method. (maildir_summary_check): Dont save ibex explictly. * providers/local/camel-mbox-summary.c: Call super-class sync when done, saves summary/ibex, etc. (mbox_summary_check): Dont save ibex. (mbox_summary_sync): Call summary_check rather than trying to update from our known position. * providers/local/camel-local-summary.c (camel_local_summary_check): Dont save the summary or index here. (local_summary_sync): Save the summary/index here. svn path=/trunk/; revision=13397 --- camel/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index bd836e916f..d9b398c703 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,24 @@ 2001-10-03 + * providers/local/camel-local-folder.c (local_sync): Dont + explicitly save metadata, its saved in summary_sync. + + * providers/local/camel-mh-summary.c: Call superclass. + (mh_summary_check): Dont save ibex. + + * providers/local/camel-maildir-summary.c: Call superclass method. + (maildir_summary_check): Dont save ibex explictly. + + * providers/local/camel-mbox-summary.c: Call super-class sync when + done, saves summary/ibex, etc. + (mbox_summary_check): Dont save ibex. + (mbox_summary_sync): Call summary_check rather than trying to + update from our known position. + + * providers/local/camel-local-summary.c + (camel_local_summary_check): Dont save the summary or index here. + (local_summary_sync): Save the summary/index here. + * camel-search-private.c (camel_search_build_match_regex): Added MATCH_NEWLINE flag, -> REG_NEWLINE. -- cgit v1.2.3