X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=OPS;h=fb8bc8ddaca511b9cd2ae27995470913f273400f;hp=193daee53aaf1a75dcaa90e3967088c650b31228;hb=2e9b51fb51a029d99e890a791e00411daee21134;hpb=6833ce8bdca2d64e14485118f2a4417b7e1cb1b1 diff --git a/OPS b/OPS index 193daee..fb8bc8d 100644 --- a/OPS +++ b/OPS @@ -31,13 +31,11 @@ OP_COMPOSE_EDIT_MIME "edit attachment using mailcap entry" OP_COMPOSE_EDIT_NEWSGROUPS "edit the newsgroups list" OP_COMPOSE_EDIT_REPLY_TO "edit the Reply-To field" OP_COMPOSE_EDIT_FOLLOWUP_TO "edit the Followup-To field" -OP_COMPOSE_EDIT_X_COMMENT_TO "edit the X-Comment-To field" OP_COMPOSE_EDIT_SUBJECT "edit the subject of this message" OP_COMPOSE_EDIT_TO "edit the TO list" OP_CREATE_MAILBOX "create a new mailbox (IMAP only)" OP_EDIT_TYPE "edit attachment content type" OP_COMPOSE_GET_ATTACHMENT "get a temporary copy of an attachment" -OP_COMPOSE_ISPELL "run ispell on the message" OP_COMPOSE_NEW_MIME "compose new attachment using mailcap entry" OP_COMPOSE_TOGGLE_RECODE "toggle recoding of this attachment" OP_COMPOSE_POSTPONE_MESSAGE "save this message to send later" @@ -107,6 +105,7 @@ OP_LIST_REPLY "reply to specified mailing list" OP_LOAD_ACTIVE "load active file from NNTP server" OP_MACRO "execute a macro" OP_MAIL "compose a new mail message" +OP_MAIN_BREAK_THREAD "break the thread in two" OP_MAIN_CHANGE_FOLDER "open a different folder" OP_MAIN_CHANGE_FOLDER_READONLY "open a different folder in read only mode" OP_MAIN_CHANGE_GROUP "open a different newsgroup" @@ -119,6 +118,7 @@ OP_MAIN_FETCH_MAIL "retrieve mail from POP server" OP_MAIN_FIRST_MESSAGE "move to the first message" OP_MAIN_LAST_MESSAGE "move to the last message" OP_MAIN_LIMIT "show only messages matching a pattern" +OP_MAIN_LINK_THREADS "link tagged message to the current one" OP_MAIN_NEXT_NEW "jump to the next new message" OP_MAIN_NEXT_NEW_THEN_UNREAD "jump to the next new or unread message" OP_MAIN_NEXT_SUBTHREAD "jump to the next subthread" @@ -160,6 +160,7 @@ OP_QUIT "save changes to mailbox and quit" OP_RECALL_MESSAGE "recall a postponed message" OP_REDRAW "clear and redraw the screen" OP_REFORMAT_WINCH "{internal}" +OP_RENAME_MAILBOX "rename the current mailbox (IMAP only)" OP_REPLY "reply to a message" OP_RESEND "use the current message as a template for a new one" OP_SAVE "save message/attachment to a file" @@ -194,3 +195,19 @@ OP_WHAT_KEY "display the keycode for a key press" OP_MAIN_SHOW_LIMIT "show currently active limit pattern" OP_MAIN_COLLAPSE_THREAD "collapse/uncollapse current thread" OP_MAIN_COLLAPSE_ALL "collapse/uncollapse all threads" +OP_SIDEBAR_SCROLL_UP "scroll the mailbox pane up 1 page" +OP_SIDEBAR_SCROLL_DOWN "scroll the mailbox pane down 1 page" +OP_SIDEBAR_NEXT "go down to next mailbox" +OP_SIDEBAR_NEXT_NEW "go down to next mailbox with new mail" +OP_SIDEBAR_PREV "go to previous mailbox" +OP_SIDEBAR_PREV_NEW "go to previous mailbox with new mail" +OP_SIDEBAR_OPEN "open hilighted mailbox" +OP_COMPOSE_PGP_MENU "show PGP options" +OP_MAIL_KEY "mail a PGP public key" +OP_VERIFY_KEY "verify a PGP public key" +OP_VIEW_ID "view the key's user id" +OP_CHECK_TRADITIONAL "check for classic pgp" +OP_COMPOSE_SMIME_MENU "show S/MIME options" +OP_DECRYPT_SAVE "make decrypted copy and delete" +OP_DECRYPT_COPY "make decrypted copy" +OP_EXTRACT_KEYS "extract supported public keys"