From 5616de530929df0c96ab36a8b09b9044f5c34023 Mon Sep 17 00:00:00 2001 From: Jason Leach Date: Fri, 6 Jul 2001 18:02:01 +0000 Subject: Select the very next message after deleting, not the next undeleted (it 2001-07-06 Jason Leach * mail-callbacks.c (delete_msg): Select the very next message after deleting, not the next undeleted (it can make things jump around in annoying ways if you are deleting many messages), bug #4032. * folder-browser.c: Forgot to commit the "Mark as Important" right click menu item. * message-list.c (message_list_set_folder): Setup the strikeout column here (after we've gotten the folder) so we can disable strikeouts for vtrash folders, part of bug #2224. svn path=/trunk/; revision=10849 --- mail/folder-browser.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail/folder-browser.c') diff --git a/mail/folder-browser.c b/mail/folder-browser.c index 497a65ddc5..db3a008f65 100644 --- a/mail/folder-browser.c +++ b/mail/folder-browser.c @@ -1227,6 +1227,8 @@ static EPopupMenu context_menu[] = { GTK_SIGNAL_FUNC (mark_as_seen), NULL, CAN_MARK_READ }, { N_("Mark as U_nread"), NULL, GTK_SIGNAL_FUNC (mark_as_unseen), NULL, CAN_MARK_UNREAD }, + { N_("Mark as _Important"), NULL, + GTK_SIGNAL_FUNC (mark_as_important), NULL, 0 }, SEPARATOR, -- cgit v1.2.3