X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=OPS;h=10fe82838bd5b7c4335f4d478f17abf9f962449a;hp=156390e1a9469add620ac0e543634a4a5baff062;hb=6d2a5b1e45ea9606d27a23c068bd4e8e5f94f341;hpb=8cf8034a805e70fb34b170e9ceefdf99a2797e60 diff --git a/OPS b/OPS index 156390e..10fe828 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" @@ -216,3 +215,10 @@ OP_DECRYPT_SAVE "make decrypted copy and delete" OP_DECRYPT_COPY "make decrypted copy" OP_FORGET_PASSPHRASE "wipe passphrase(s) from memory" 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"