From 0e572dcbe55f695ecbf05dccc5b525211e9a14b5 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 17 Feb 2004 17:00:31 +0000 Subject: Set the hide_deleted bool on EMFolderView. 2004-02-17 Jeffrey Stedfast * em-folder-browser.c (emfb_hide_deleted): Set the hide_deleted bool on EMFolderView. * em-folder-view.c (emfv_popup_delete): Fix Sarfraaz Ahmed's fix to only jump to the previous message if hide_deleted is set. Otherwise his fix gets extremely irritating. (emfv_list_key_press): Same. svn path=/trunk/; revision=24762 --- mail/ChangeLog | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 8e7054c5c7..c62d07986b 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2004-02-17 Jeffrey Stedfast + + * em-folder-browser.c (emfb_hide_deleted): Set the hide_deleted + bool on EMFolderView. + + * em-folder-view.c (emfv_popup_delete): Fix Sarfraaz Ahmed's fix + to only jump to the previous message if hide_deleted is + set. Otherwise his fix gets extremely irritating. + (emfv_list_key_press): Same. + 2004-02-17 Not Zed ** See bug #53914. @@ -37,11 +47,11 @@ width/height 2004-02-13 Sarfraaz Ahmed - + * em-folder-view.c (emfv_popup_delete): added the code to get - the previous mail in a list, if get_next_mail fails. This is a - fix for #54195 - (emfv_list_key_press): Same as above + the previous mail in a list, if get_next_mail fails. This is a + fix for #54195 + (emfv_list_key_press): Same as above 2004-02-13 Not Zed -- cgit