diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-01-16 23:59:56 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-01-16 23:59:56 +0800 |
commit | 5402231287a5ec4b4a3d7b86b20522732af5e783 (patch) | |
tree | fc5c3a42166817e50a472c7944380b285a48bc4a /mail/ChangeLog | |
parent | 3d7a15acc6b4f0c7576d2b57f5c90f275166c2ee (diff) | |
download | gsoc2013-evolution-5402231287a5ec4b4a3d7b86b20522732af5e783.tar gsoc2013-evolution-5402231287a5ec4b4a3d7b86b20522732af5e783.tar.gz gsoc2013-evolution-5402231287a5ec4b4a3d7b86b20522732af5e783.tar.bz2 gsoc2013-evolution-5402231287a5ec4b4a3d7b86b20522732af5e783.tar.lz gsoc2013-evolution-5402231287a5ec4b4a3d7b86b20522732af5e783.tar.xz gsoc2013-evolution-5402231287a5ec4b4a3d7b86b20522732af5e783.tar.zst gsoc2013-evolution-5402231287a5ec4b4a3d7b86b20522732af5e783.zip |
Move 'message_list->folder = folder;' out of the uri compare if-block and
2004-01-16 Jeffrey Stedfast <fejj@ximian.com>
* 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
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 12 |
1 files changed, 8 insertions, 4 deletions
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 <fejj@ximian.com> + + * 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 <NotZed@Ximian.com> * 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. |