From cb13084bc24c04b16af88744f6eb67ae7f779018 Mon Sep 17 00:00:00 2001 From: Michael Zucci Date: Thu, 11 May 2000 20:46:13 +0000 Subject: > * providers/mbox/camel-mbox-folder.c (message_changed): Indicate > the summary changed also. > > (camel_mbox_summary_update): Also save summary when done. > (camel_mbox_summary_expunge): Unindex items when deleting them. > (camel_mbox_summary_expunge): Save the index as well as the > summary. > (camel_folder_summary_touch): New function, indicate the summary > info changed. > (camel_folder_summary_remove): Dirty here. svn path=/trunk/; revision=2994 --- camel/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 0d22e830e5..1d73c7d4e4 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2000-05-11 NotZed + + * providers/mbox/camel-mbox-folder.c (message_changed): Indicate + the summary changed also. + 2000-05-11 Jeffrey Stedfast * providers/smtp/camel-smtp-transport.c: (smtp_helo): @@ -10,9 +15,16 @@ * providers/mbox/camel-mbox-summary.c (camel_mbox_summary_finalise): Free the folder path. + (camel_mbox_summary_update): Also save summary when done. + (camel_mbox_summary_expunge): Unindex items when deleting them. + (camel_mbox_summary_expunge): Save the index as well as the + summary. * camel-folder-summary.c (camel_folder_summary_finalise): Free the summary path. + (camel_folder_summary_touch): New function, indicate the summary + info changed. + (camel_folder_summary_remove): Dirty here. * camel-internet-address.c (internet_decode): Free multiple entry addresses properly. -- cgit v1.2.3