From 5402231287a5ec4b4a3d7b86b20522732af5e783 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 16 Jan 2004 15:59:56 +0000 Subject: Move 'message_list->folder = folder;' out of the uri compare if-block and 2004-01-16 Jeffrey Stedfast * message-list.c (message_list_set_folder): Move 'message_list->folder = folder;' out of the uri compare if-block and move it into the if-block that tests that folder != NULL. (regen_list_regen): Abort if the regen folder is not the same as the ml->folder. svn path=/trunk/; revision=24273 --- mail/ChangeLog | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index a73e8cc722..08478f7f29 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2004-01-16 Jeffrey Stedfast + + * message-list.c (message_list_set_folder): Move + 'message_list->folder = folder;' out of the uri compare if-block + and move it into the if-block that tests that folder != NULL. + (regen_list_regen): Abort if the regen folder is not the same as + the ml->folder. + 2004-01-16 Not Zed * mail-folder-cache.c (storeinfo_find_folder_info): change this to @@ -26,10 +34,6 @@ * em-migrate.c (emm_setup_initial): initial implementation of startup setup. - (cp): Fix the test, we want exists AND size>0, not exists OR - size>0. - (cp): Fix the open, we can't use O_EXCL with empty, but present - files. Another hack fix for #52880. ** See bug #52896. -- cgit v1.2.3