aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-05-11 00:16:06 +0800
committerDan Winship <danw@src.gnome.org>2001-05-11 00:16:06 +0800
commitdd04e750f24f2e0300bc45e4916dddf6d492024c (patch)
treeac6f49d91f1e4a00b0c3893bbbce742f82d1a550 /mail/ChangeLog
parentc414a3739a0ff56590b093c64ff27122949c5ee3 (diff)
downloadgsoc2013-evolution-dd04e750f24f2e0300bc45e4916dddf6d492024c.tar
gsoc2013-evolution-dd04e750f24f2e0300bc45e4916dddf6d492024c.tar.gz
gsoc2013-evolution-dd04e750f24f2e0300bc45e4916dddf6d492024c.tar.bz2
gsoc2013-evolution-dd04e750f24f2e0300bc45e4916dddf6d492024c.tar.lz
gsoc2013-evolution-dd04e750f24f2e0300bc45e4916dddf6d492024c.tar.xz
gsoc2013-evolution-dd04e750f24f2e0300bc45e4916dddf6d492024c.tar.zst
gsoc2013-evolution-dd04e750f24f2e0300bc45e4916dddf6d492024c.zip
Don't advance to the next undeleted message after "Delete"...
* folder-browser.c (on_key_press): Don't advance to the next undeleted message after "Delete"... * mail-callbacks.c (delete_msg): ...instead, do it here, whether the user used Delete, Alt+D, or the toolbar. (But only if they only deleted a single message.) * message-list.c (message_list_select): Don't clear the display on failure. (build_tree): Clear the display when the currently-selected message stops existing and we don't have an obvious message to select instead of it. (Eg, when deleting the last message with "hide deleted messages" set, or expunging while a deleted message is selected.) svn path=/trunk/; revision=9744
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 6caf961a81..8746e2a868 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,20 @@
+2001-05-10 Dan Winship <danw@ximian.com>
+
+ * folder-browser.c (on_key_press): Don't advance to the next
+ undeleted message after "Delete"...
+
+ * mail-callbacks.c (delete_msg): ...instead, do it here, whether
+ the user used Delete, Alt+D, or the toolbar. (But only if they
+ only deleted a single message.)
+
+ * message-list.c (message_list_select): Don't clear the display on
+ failure.
+ (build_tree): Clear the display when the currently-selected
+ message stops existing and we don't have an obvious message to
+ select instead of it. (Eg, when deleting the last message with
+ "hide deleted messages" set, or expunging while a deleted message
+ is selected.)
+
2001-05-09 Dan Winship <danw@ximian.com>
* mail-offline-handler.c: New file, started by Ettore, finished by