X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=OPS;h=0fda7e6f5378d91c2c7bce893fa61c813a727243;hp=9d3c0796e20037d3d9c5704e2ca55cb5834927c4;hb=785bb3cb4dd83ec1071998a64af74e333d076347;hpb=5c310cabcfafe551dcad7638c007daae1c7d3710 diff --git a/OPS b/OPS index 9d3c079..0fda7e6 100644 --- a/OPS +++ b/OPS @@ -37,7 +37,6 @@ 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" @@ -200,5 +199,23 @@ 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" +OP_MIX_USE "Accept the chain constructed" +OP_MIX_APPEND "Append a remailer to the chain" +OP_MIX_INSERT "Insert a remailer into the chain" +OP_MIX_DELETE "Delete a remailer from the chain" +OP_MIX_CHAIN_PREV "Select the previous element of the chain" +OP_MIX_CHAIN_NEXT "Select the next element of the chain" +OP_COMPOSE_MIX "send the message through a mixmaster remailer chain"