aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-02-18 01:00:31 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-02-18 01:00:31 +0800
commit0e572dcbe55f695ecbf05dccc5b525211e9a14b5 (patch)
treeb9b8b9e70921124d3ace72577a50de19c3749f09 /mail/ChangeLog
parent671c73fac1d9a0101a2e83a8667945139287cd7e (diff)
downloadgsoc2013-evolution-0e572dcbe55f695ecbf05dccc5b525211e9a14b5.tar
gsoc2013-evolution-0e572dcbe55f695ecbf05dccc5b525211e9a14b5.tar.gz
gsoc2013-evolution-0e572dcbe55f695ecbf05dccc5b525211e9a14b5.tar.bz2
gsoc2013-evolution-0e572dcbe55f695ecbf05dccc5b525211e9a14b5.tar.lz
gsoc2013-evolution-0e572dcbe55f695ecbf05dccc5b525211e9a14b5.tar.xz
gsoc2013-evolution-0e572dcbe55f695ecbf05dccc5b525211e9a14b5.tar.zst
gsoc2013-evolution-0e572dcbe55f695ecbf05dccc5b525211e9a14b5.zip
Set the hide_deleted bool on EMFolderView.
2004-02-17 Jeffrey Stedfast <fejj@ximian.com> * 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
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog18
1 files changed, 14 insertions, 4 deletions
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 <fejj@ximian.com>
+
+ * 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 <NotZed@Ximian.com>
** See bug #53914.
@@ -37,11 +47,11 @@
width/height
2004-02-13 Sarfraaz Ahmed <asarfraaz@novell.com>
-
+
* 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 <NotZed@Ximian.com>