summaryrefslogtreecommitdiffstats
path: root/OPS
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-11-22 16:01:39 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-11-22 16:01:39 +0000
commit995c71b07578f1a32cdc550cf4b47d1931bd72d9 (patch)
tree6c5ff7a7049299b083b0544953c741d31d2e9472 /OPS
parent8c16ab2b84b6624f524bd871e0562ade76fe05ea (diff)
IMAP folder creation and deletion. From Brendan Cully.
Diffstat (limited to 'OPS')
-rw-r--r--OPS8
1 files changed, 5 insertions, 3 deletions
diff --git a/OPS b/OPS
index f9821e97..88390c82 100644
--- a/OPS
+++ b/OPS
@@ -6,9 +6,9 @@ OP_BOUNCE_MESSAGE "remail a message to another user"
OP_BROWSER_NEW_FILE "select a new file in this directory"
OP_BROWSER_VIEW_FILE "view file"
OP_BROWSER_TELL "display the currently selected file's name"
-OP_BROWSER_SUBSCRIBE "subscribe to current mailbox (IMAP Only)"
-OP_BROWSER_UNSUBSCRIBE "unsubscribe to current mailbox (IMAP Only)"
-OP_BROWSER_TOGGLE_LSUB "toggle view all/subscribed mailboxes (IMAP Only)"
+OP_BROWSER_SUBSCRIBE "subscribe to current mailbox (IMAP only)"
+OP_BROWSER_UNSUBSCRIBE "unsubscribe to current mailbox (IMAP only)"
+OP_BROWSER_TOGGLE_LSUB "toggle view all/subscribed mailboxes (IMAP only)"
OP_CHANGE_DIRECTORY "change directories"
OP_CHECK_NEW "check mailboxes for new mail"
OP_COMPOSE_ATTACH_FILE "attach a file(s) to this message"
@@ -47,6 +47,7 @@ OP_CURRENT_TOP "move entry to top of screen"
OP_DECODE_COPY "make decoded (text/plain) copy"
OP_DECODE_SAVE "make decoded copy (text/plain) and delete"
OP_DELETE "delete the current entry"
+OP_DELETE_MAILBOX "delete the current mailbox (IMAP only)"
OP_DELETE_SUBTHREAD "delete all messages in subthread"
OP_DELETE_THREAD "delete all messages in thread"
OP_DISPLAY_ADDRESS "display full address of sender"
@@ -112,6 +113,7 @@ OP_MAIN_TAG_PATTERN "tag messages matching a pattern"
OP_MAIN_UNDELETE_PATTERN "undelete messages matching a pattern"
OP_MAIN_UNTAG_PATTERN "untag messages matching a pattern"
OP_MIDDLE_PAGE "move to the middle of the page"
+OP_NEW_MAILBOX "create a new mailbox (IMAP only)"
OP_NEXT_ENTRY "move to the next entry"
OP_NEXT_LINE "scroll down one line"
OP_NEXT_PAGE "move to the next page"