From dd04e750f24f2e0300bc45e4916dddf6d492024c Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 10 May 2001 16:16:06 +0000 Subject: 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 --- mail/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'mail/ChangeLog') 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 + + * 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 * mail-offline-handler.c: New file, started by Ettore, finished by -- cgit v1.2.3