summaryrefslogtreecommitdiffstats
path: root/OPS
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2019-10-10 15:03:05 +0800
committerKevin McCarthy <kevin@8t8.us>2019-10-11 18:40:12 +0800
commit0e32b977454de79899c497debcd460470e720e7a (patch)
treef44e17208ddf9eaafbf63c9c86e021952916896f /OPS
parente4c176b3546c224c05a430c5aaae86567caec917 (diff)
Add new browse-mailboxes function in index and pager.
This allows direct access to the mailboxes list in the folder menu. This is useful, for instance, if $browser_sticky_cursor is set and the current directory does not contain the open mailbox. The macro version will lose the current mailbox while toggling to the mailboxes list.
Diffstat (limited to 'OPS')
-rw-r--r--OPS2
1 files changed, 2 insertions, 0 deletions
diff --git a/OPS b/OPS
index a91a14ab..4e3bd1d0 100644
--- a/OPS
+++ b/OPS
@@ -109,6 +109,8 @@ OP_LIST_REPLY "reply to specified mailing list"
OP_MACRO "execute a macro"
OP_MAIL "compose a new mail message"
OP_MAIN_BREAK_THREAD "break the thread in two"
+OP_MAIN_BROWSE_MAILBOXES "select a new mailbox from the browser"
+OP_MAIN_BROWSE_MAILBOXES_READONLY "select a new mailbox from the browser in read only mode"
OP_MAIN_CHANGE_FOLDER "open a different folder"
OP_MAIN_CHANGE_FOLDER_READONLY "open a different folder in read only mode"
OP_MAIN_CLEAR_FLAG "clear a status flag from a message"