mutt stable branch with some hacks
at jcs 201 lines 11 kB view raw
1OP_NULL "null operation" 2OP_END_COND "end of conditional execution (noop)" 3OP_ATTACH_VIEW_MAILCAP "force viewing of attachment using mailcap" 4OP_ATTACH_VIEW_TEXT "view attachment as text" 5OP_ATTACH_COLLAPSE "Toggle display of subparts" 6OP_AUTOCRYPT_ACCT_MENU "manage autocrypt accounts" 7OP_AUTOCRYPT_CREATE_ACCT "create a new autocrypt account" 8OP_AUTOCRYPT_DELETE_ACCT "delete the current account" 9OP_AUTOCRYPT_TOGGLE_ACTIVE "toggle the current account active/inactive" 10OP_AUTOCRYPT_TOGGLE_PREFER "toggle the current account prefer-encrypt flag" 11OP_BOTTOM_PAGE "move to the bottom of the page" 12OP_BOUNCE_MESSAGE "remail a message to another user" 13OP_BROWSER_NEW_FILE "select a new file in this directory" 14OP_BROWSER_VIEW_FILE "view file" 15OP_BROWSER_TELL "display the currently selected file's name" 16OP_BROWSER_SUBSCRIBE "subscribe to current mailbox (IMAP only)" 17OP_BROWSER_UNSUBSCRIBE "unsubscribe from current mailbox (IMAP only)" 18OP_BROWSER_TOGGLE_LSUB "toggle view all/subscribed mailboxes (IMAP only)" 19OP_BUFFY_LIST "list mailboxes with new mail" 20OP_CHANGE_DIRECTORY "change directories" 21OP_CHECK_NEW "check mailboxes for new mail" 22OP_COMPOSE_ATTACH_FILE "attach file(s) to this message" 23OP_COMPOSE_ATTACH_MESSAGE "attach message(s) to this message" 24OP_COMPOSE_AUTOCRYPT_MENU "show autocrypt compose menu options" 25OP_COMPOSE_EDIT_BCC "edit the BCC list" 26OP_COMPOSE_EDIT_CC "edit the CC list" 27OP_COMPOSE_EDIT_DESCRIPTION "edit attachment description" 28OP_COMPOSE_EDIT_ENCODING "edit attachment transfer-encoding" 29OP_COMPOSE_EDIT_FCC "enter a file to save a copy of this message in" 30OP_COMPOSE_EDIT_FILE "edit the file to be attached" 31OP_COMPOSE_EDIT_FROM "edit the from field" 32OP_COMPOSE_EDIT_HEADERS "edit the message with headers" 33OP_COMPOSE_EDIT_MESSAGE "edit the message" 34OP_COMPOSE_EDIT_MIME "edit attachment using mailcap entry" 35OP_COMPOSE_EDIT_REPLY_TO "edit the Reply-To field" 36OP_COMPOSE_EDIT_SUBJECT "edit the subject of this message" 37OP_COMPOSE_EDIT_TO "edit the TO list" 38OP_CREATE_MAILBOX "create a new mailbox (IMAP only)" 39OP_EDIT_TYPE "edit attachment content type" 40OP_COMPOSE_GET_ATTACHMENT "get a temporary copy of an attachment" 41OP_COMPOSE_ISPELL "run ispell on the message" 42OP_COMPOSE_NEW_MIME "compose new attachment using mailcap entry" 43OP_COMPOSE_TOGGLE_RECODE "toggle recoding of this attachment" 44OP_COMPOSE_POSTPONE_MESSAGE "save this message to send later" 45OP_COMPOSE_RENAME_ATTACHMENT "send attachment with a different name" 46OP_COMPOSE_RENAME_FILE "rename/move an attached file" 47OP_COMPOSE_SEND_MESSAGE "send the message" 48OP_COMPOSE_TO_SENDER "compose new message to the current message sender" 49OP_COMPOSE_TOGGLE_DISPOSITION "toggle disposition between inline/attachment" 50OP_COMPOSE_TOGGLE_UNLINK "toggle whether to delete file after sending it" 51OP_COMPOSE_UPDATE_ENCODING "update an attachment's encoding info" 52OP_COMPOSE_VIEW_ALT "view multipart/alternative" 53OP_COMPOSE_VIEW_ALT_TEXT "view multipart/alternative as text" 54OP_COMPOSE_VIEW_ALT_MAILCAP "view multipart/alternative using mailcap" 55OP_COMPOSE_WRITE_MESSAGE "write the message to a folder" 56OP_COPY_MESSAGE "copy a message to a file/mailbox" 57OP_CREATE_ALIAS "create an alias from a message sender" 58OP_CURRENT_BOTTOM "move entry to bottom of screen" 59OP_CURRENT_MIDDLE "move entry to middle of screen" 60OP_CURRENT_TOP "move entry to top of screen" 61OP_DECODE_COPY "make decoded (text/plain) copy" 62OP_DECODE_SAVE "make decoded copy (text/plain) and delete" 63OP_DELETE "delete the current entry" 64OP_DELETE_MAILBOX "delete the current mailbox (IMAP only)" 65OP_DELETE_SUBTHREAD "delete all messages in subthread" 66OP_DELETE_THREAD "delete all messages in thread" 67OP_DISPLAY_ADDRESS "display full address of sender" 68OP_DISPLAY_HEADERS "display message and toggle header weeding" 69OP_DISPLAY_MESSAGE "display a message" 70OP_EDIT_LABEL "add, change, or delete a message's label" 71OP_EDIT_MESSAGE "edit the raw message" 72OP_EDITOR_BACKSPACE "delete the char in front of the cursor" 73OP_EDITOR_BACKWARD_CHAR "move the cursor one character to the left" 74OP_EDITOR_BACKWARD_WORD "move the cursor to the beginning of the word" 75OP_EDITOR_BOL "jump to the beginning of the line" 76OP_EDITOR_BUFFY_CYCLE "cycle among incoming mailboxes" 77OP_EDITOR_COMPLETE "complete filename or alias" 78OP_EDITOR_COMPLETE_QUERY "complete address with query" 79OP_EDITOR_DELETE_CHAR "delete the char under the cursor" 80OP_EDITOR_EOL "jump to the end of the line" 81OP_EDITOR_FORWARD_CHAR "move the cursor one character to the right" 82OP_EDITOR_FORWARD_WORD "move the cursor to the end of the word" 83OP_EDITOR_HISTORY_DOWN "scroll down through the history list" 84OP_EDITOR_HISTORY_UP "scroll up through the history list" 85OP_EDITOR_HISTORY_SEARCH "search through the history list" 86OP_EDITOR_KILL_EOL "delete chars from cursor to end of line" 87OP_EDITOR_KILL_EOW "delete chars from the cursor to the end of the word" 88OP_EDITOR_KILL_LINE "delete all chars on the line" 89OP_EDITOR_KILL_WORD "delete the word in front of the cursor" 90OP_EDITOR_QUOTE_CHAR "quote the next typed key" 91OP_EDITOR_TRANSPOSE_CHARS "transpose character under cursor with previous" 92OP_EDITOR_CAPITALIZE_WORD "capitalize the word" 93OP_EDITOR_DOWNCASE_WORD "convert the word to lower case" 94OP_EDITOR_UPCASE_WORD "convert the word to upper case" 95OP_ENTER_COMMAND "enter a muttrc command" 96OP_ENTER_MASK "enter a file mask" 97OP_ERROR_HISTORY "display recent history of error messages" 98OP_EXIT "exit this menu" 99OP_FILTER "filter attachment through a shell command" 100OP_FIRST_ENTRY "move to the first entry" 101OP_FLAG_MESSAGE "toggle a message's 'important' flag" 102OP_FORWARD_MESSAGE "forward a message with comments" 103OP_GENERIC_SELECT_ENTRY "select the current entry" 104OP_GROUP_CHAT_REPLY "reply to all recipients preserving To/Cc" 105OP_GROUP_REPLY "reply to all recipients" 106OP_HALF_DOWN "scroll down 1/2 page" 107OP_HALF_UP "scroll up 1/2 page" 108OP_HELP "this screen" 109OP_JUMP "jump to an index number" 110OP_LAST_ENTRY "move to the last entry" 111OP_LIST_REPLY "reply to specified mailing list" 112OP_MACRO "execute a macro" 113OP_MAIL "compose a new mail message" 114OP_MAIN_BREAK_THREAD "break the thread in two" 115OP_MAIN_BROWSE_MAILBOXES "select a new mailbox from the browser" 116OP_MAIN_BROWSE_MAILBOXES_READONLY "select a new mailbox from the browser in read only mode" 117OP_MAIN_CHANGE_FOLDER "open a different folder" 118OP_MAIN_CHANGE_FOLDER_READONLY "open a different folder in read only mode" 119OP_MAIN_CLEAR_FLAG "clear a status flag from a message" 120OP_MAIN_DELETE_PATTERN "delete messages matching a pattern" 121OP_MAIN_IMAP_FETCH "force retrieval of mail from IMAP server" 122OP_MAIN_IMAP_LOGOUT_ALL "logout from all IMAP servers" 123OP_MAIN_FETCH_MAIL "retrieve mail from POP server" 124OP_MAIN_LIMIT "show only messages matching a pattern" 125OP_MAIN_LINK_THREADS "link tagged message to the current one" 126OP_MAIN_NEXT_UNREAD_MAILBOX "open next mailbox with new mail" 127OP_MAIN_NEXT_NEW "jump to the next new message" 128OP_MAIN_NEXT_NEW_THEN_UNREAD "jump to the next new or unread message" 129OP_MAIN_NEXT_SUBTHREAD "jump to the next subthread" 130OP_MAIN_NEXT_THREAD "jump to the next thread" 131OP_MAIN_NEXT_UNDELETED "move to the next undeleted message" 132OP_MAIN_NEXT_UNREAD "jump to the next unread message" 133OP_MAIN_PARENT_MESSAGE "jump to parent message in thread" 134OP_MAIN_PREV_THREAD "jump to previous thread" 135OP_MAIN_PREV_SUBTHREAD "jump to previous subthread" 136OP_MAIN_PREV_UNDELETED "move to the previous undeleted message" 137OP_MAIN_PREV_NEW "jump to the previous new message" 138OP_MAIN_PREV_NEW_THEN_UNREAD "jump to the previous new or unread message" 139OP_MAIN_PREV_UNREAD "jump to the previous unread message" 140OP_MAIN_READ_THREAD "mark the current thread as read" 141OP_MAIN_READ_SUBTHREAD "mark the current subthread as read" 142OP_MAIN_ROOT_MESSAGE "jump to root message in thread" 143OP_MAIN_SET_FLAG "set a status flag on a message" 144OP_MAIN_SYNC_FOLDER "save changes to mailbox" 145OP_MAIN_TAG_PATTERN "tag messages matching a pattern" 146OP_MAIN_UNDELETE_PATTERN "undelete messages matching a pattern" 147OP_MAIN_UNTAG_PATTERN "untag messages matching a pattern" 148OP_MARK_MSG "create a hotkey macro for the current message" 149OP_MIDDLE_PAGE "move to the middle of the page" 150OP_NEXT_ENTRY "move to the next entry" 151OP_NEXT_LINE "scroll down one line" 152OP_NEXT_PAGE "move to the next page" 153OP_PAGER_BOTTOM "jump to the bottom of the message" 154OP_PAGER_HIDE_QUOTED "toggle display of quoted text" 155OP_PAGER_SKIP_QUOTED "skip beyond quoted text" 156OP_PAGER_TOP "jump to the top of the message" 157OP_PIPE "pipe message/attachment to a shell command" 158OP_PREV_ENTRY "move to the previous entry" 159OP_PREV_LINE "scroll up one line" 160OP_PREV_PAGE "move to the previous page" 161OP_PRINT "print the current entry" 162OP_PURGE_MESSAGE "delete the current entry, bypassing the trash folder" 163OP_QUERY "query external program for addresses" 164OP_QUERY_APPEND "append new query results to current results" 165OP_QUIT "save changes to mailbox and quit" 166OP_RECALL_MESSAGE "recall a postponed message" 167OP_REDRAW "clear and redraw the screen" 168OP_REFORMAT_WINCH "{internal}" 169OP_RENAME_MAILBOX "rename the current mailbox (IMAP only)" 170OP_REPLY "reply to a message" 171OP_RESEND "use the current message as a template for a new one" 172OP_SAVE "save message/attachment to a mailbox/file" 173OP_SEARCH "search for a regular expression" 174OP_SEARCH_REVERSE "search backwards for a regular expression" 175OP_SEARCH_NEXT "search for next match" 176OP_SEARCH_OPPOSITE "search for next match in opposite direction" 177OP_SEARCH_TOGGLE "toggle search pattern coloring" 178OP_SHELL_ESCAPE "invoke a command in a subshell" 179OP_SORT "sort messages" 180OP_SORT_REVERSE "sort messages in reverse order" 181OP_TAG "tag the current entry" 182OP_TAG_PREFIX "apply next function to tagged messages" 183OP_TAG_PREFIX_COND "apply next function ONLY to tagged messages" 184OP_TAG_SUBTHREAD "tag the current subthread" 185OP_TAG_THREAD "tag the current thread" 186OP_TOGGLE_NEW "toggle a message's 'new' flag" 187OP_TOGGLE_WRITE "toggle whether the mailbox will be rewritten" 188OP_TOGGLE_MAILBOXES "toggle whether to browse mailboxes or all files" 189OP_TOP_PAGE "move to the top of the page" 190OP_UNDELETE "undelete the current entry" 191OP_UNDELETE_THREAD "undelete all messages in thread" 192OP_UNDELETE_SUBTHREAD "undelete all messages in subthread" 193OP_VERSION "show the Mutt version number and date" 194OP_VIEW_ATTACH "view attachment using mailcap entry if necessary" 195OP_VIEW_ATTACHMENTS "show MIME attachments" 196OP_WHAT_KEY "display the keycode for a key press" 197OP_CHECK_STATS "calculate message statistics for all mailboxes" 198OP_MAIN_SHOW_LIMIT "show currently active limit pattern" 199OP_MAIN_COLLAPSE_THREAD "collapse/uncollapse current thread" 200OP_MAIN_COLLAPSE_ALL "collapse/uncollapse all threads" 201OP_DESCEND_DIRECTORY "descend into a directory"