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