aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-12-05 11:51:00 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-12-05 11:51:00 +0800
commitdbfa5bf980f3032503c71c6b1d88239c7c501eb9 (patch)
treec8393d39a6c722421302a8e36b8284129d27b81f
parentb15abd7c7ebdfdaa798b19d1ba27a960b64bcef8 (diff)
downloadgsoc2013-evolution-dbfa5bf980f3032503c71c6b1d88239c7c501eb9.tar
gsoc2013-evolution-dbfa5bf980f3032503c71c6b1d88239c7c501eb9.tar.gz
gsoc2013-evolution-dbfa5bf980f3032503c71c6b1d88239c7c501eb9.tar.bz2
gsoc2013-evolution-dbfa5bf980f3032503c71c6b1d88239c7c501eb9.tar.lz
gsoc2013-evolution-dbfa5bf980f3032503c71c6b1d88239c7c501eb9.tar.xz
gsoc2013-evolution-dbfa5bf980f3032503c71c6b1d88239c7c501eb9.tar.zst
gsoc2013-evolution-dbfa5bf980f3032503c71c6b1d88239c7c501eb9.zip
Allow 'n' and 'p' to work when multiple messages are selected. Fixes
2001-12-04 Jon Trowbridge <trow@ximian.com> * folder-browser-ui.c (folder_browser_ui_set_selection_state): Allow 'n' and 'p' to work when multiple messages are selected. Fixes #12062. svn path=/trunk/; revision=14874
-rw-r--r--mail/ChangeLog6
-rw-r--r--mail/folder-browser-ui.c9
2 files changed, 9 insertions, 6 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 8865d13905..e9a1659204 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,9 @@
+2001-12-04 Jon Trowbridge <trow@ximian.com>
+
+ * folder-browser-ui.c (folder_browser_ui_set_selection_state):
+ Allow 'n' and 'p' to work when multiple messages are selected.
+ Fixes #12062.
+
2001-11-28 Jeffrey Stedfast <fejj@ximian.com>
* mail-callbacks.c (save_msg_ok): If the path exists, make sure
diff --git a/mail/folder-browser-ui.c b/mail/folder-browser-ui.c
index 4873eb51a6..4099be2ce3 100644
--- a/mail/folder-browser-ui.c
+++ b/mail/folder-browser-ui.c
@@ -552,6 +552,9 @@ folder_browser_ui_set_selection_state (FolderBrowser *fb, FolderBrowserSelection
"EditCut", "EditCopy", "EditPaste", "ViewHideSelected",
+ "MailNext", "MailNextFlagged", "MailNextUnread", "MailNextThread",
+ "MailPrevious", "MailPreviousFlagged", "MailPreviousUnread",
+
NULL
};
@@ -564,12 +567,6 @@ folder_browser_ui_set_selection_state (FolderBrowser *fb, FolderBrowserSelection
"ToolsFilterSubject", "ToolsVFolderMailingList", "ToolsVFolderRecipient",
"ToolsVFolderSender", "ToolsVFolderSubject",
- /* moving around -- if we have more than one message selected, it
- * doesn't behave very. If people complain, it isn't a problem
- * to put these commands in none_disables tho. */
- "MailNext", "MailNextFlagged", "MailNextUnread", "MailNextThread",
- "MailPrevious", "MailPreviousFlagged", "MailPreviousUnread",
-
NULL
};