#
# keymap_defs.h is generated from this file using gen_keymap
#
Op_generic
"select-entry" OP_GENERIC_SELECT_ENTRY "select the current entry"
"next-entry" OP_GENERIC_NEXT_ENTRY "move to the next entry"
"previous-entry" OP_GENERIC_PREVIOUS_ENTRY "move to the previous entry"
"last-entry" OP_GENERIC_LAST_ENTRY "move to the last entry"
"first-entry" OP_GENERIC_FIRST_ENTRY "move to the first entry"
"next-page" OP_GENERIC_NEXT_PAGE "move to the next page"
"previous-page" OP_GENERIC_PREVIOUS_PAGE "move to the previous page"
"help" OP_GENERIC_HELP "display all keybindings for this menu"
"refresh" OP_GENERIC_REFRESH "clear and redraw the screen"
"exit" OP_GENERIC_EXIT "exit this menu"
"delete-entry" OP_GENERIC_DELETE_ENTRY "delete the current entry"
"undelete-entry" OP_GENERIC_UNDELETE_ENTRY "undelete the current entry"
"top-of-page" OP_GENERIC_TOP_OF_PAGE "move to the top of the page"
"middle-of-page" OP_GENERIC_MIDDLE_OF_PAGE "move to the middle of the page"
"bottom-of-page" OP_GENERIC_BOTTOM_OF_PAGE "move to the bottom of the page"

Op_main
"execute-macro" OP_MAIN_EXECUTE_MACRO "execute the defined macro"
"delete-pattern" OP_MAIN_DELETE_PATTERN "delete messages matching a pattern"
"undelete-pattern" OP_MAIN_UNDELETE_PATTERN "undelete messages matching a pattern"
"limit" OP_MAIN_LIMIT "show only messages matching a pattern"
"tag-message" OP_MAIN_TAG_MESSAGE "tag a message"
"tag-pattern" OP_MAIN_TAG_PATTERN "tag messages matching a pattern"
"untag-pattern" OP_MAIN_UNTAG_PATTERN "untag messages matching a pattern"
"first-message" OP_MAIN_FIRST_MESSAGE "move to the first message"
"last-message" OP_MAIN_LAST_MESSAGE "move to the last message"
"quit" OP_MAIN_QUIT "save changes to mailbox and quit"
"sort-messages" OP_MAIN_SORT_MESSAGES "sort messages"
"jump" OP_MAIN_JUMP "jump to a message number"
"next-page" OP_MAIN_NEXT_PAGE "show the next page of messages"
"previous-page" OP_MAIN_PREVIOUS_PAGE "show the previous page of messages"
"sync-mailbox" OP_MAIN_SYNC_FOLDER "save changes to mailbox"
"search" OP_MAIN_SEARCH "search for a specific message"
"help" OP_MAIN_HELP "this screen"
"redraw-screen" OP_MAIN_REFRESH "redraw the screen"
"forget-passphrase" OP_MAIN_FORGET_PASSPHRASE "wipe PGP passphrase from memory"
"fetch-mail" OP_MAIN_FETCH_MAIL "retrieve mail from POP server"
"top-of-page" OP_MAIN_TOP_OF_PAGE "move to the top of the current pager"
"middle-of-page" OP_MAIN_MIDDLE_OF_PAGE "move to the middle of the current page"
"bottom-of-page" OP_MAIN_BOTTOM_OF_PAGE "move to the end of the current page"
"enter-command" OP_MAIN_ENTER_COMMAND "enter a muttrc command"
"invoke-subshell" OP_MAIN_SUBSHELL "start a subshell"
"exit" OP_MAIN_EXIT "exit without saving changes"
"recall-message" OP_MAIN_RECALL_MESSAGE "recall a postponed message"
#
# these next commands can be issues from the pager as well
#
"jump-new" OP_MAIN_JUMP_NEW "jump to the first new message"
"jump-unread" OP_MAIN_JUMP_UNREAD "jump to the first unread message"
"delete-thread" OP_MAIN_DELETE_THREAD "delete messages left in thread"
"next-thread" OP_MAIN_NEXT_THREAD "jump to the next thread"
"previous-thread" OP_MAIN_PREVIOUS_THREAD "jump to previous thread"
"browse-url" OP_MAIN_BROWSE_URL "run a web browser on a URL in a message"
"flag-message" OP_MAIN_FLAG_MESSAGE "mark a message as important"
"mark-as-new" OP_MAIN_MARK_AS_NEW "mark a message as new"
"create-alias" OP_MAIN_ALIAS "create an alias from a message sender"
"bounce-message" OP_MAIN_BOUNCE_MESSAGE "remail a message to another user"
"mail" OP_MAIN_MAIL "compose a new mail message"
"reply" OP_MAIN_REPLY "reply to a message"
"group-reply" OP_MAIN_GROUP_REPLY "reply to all recipients"
"forward-message" OP_MAIN_FORWARD_MESSAGE "forward a message with comments"
"list-reply" OP_MAIN_LIST_REPLY "reply to specified mailing list"
"display-message" OP_MAIN_DISPLAY_MESSAGE "display a message"
"display-headers" OP_MAIN_DISPLAY_HEADERS "display a message with full headers (no weeding)"
"view-attachments" OP_MAIN_VIEW_ATTACHMENTS "show MIME attachments"
"change-folder" OP_MAIN_CHANGE_FOLDER "open a different folder"
"next-undeleted" OP_MAIN_NEXT_UNDELETED "move to the next undeleted message"
"next-message" OP_MAIN_NEXT_MESSAGE "move to the next message"
"previous-undeleted" OP_MAIN_PREVIOUS_UNDELETED "move to the last undelete message"
"previous-message" OP_MAIN_PREVIOUS_MESSAGE "move to the previous message"
"delete-message" OP_MAIN_DELETE_MESSAGE "delete a message"
"undelete-message" OP_MAIN_UNDELETE_MESSAGE "undelete a message"
"save-message" OP_MAIN_SAVE_MESSAGE "save a message to a file/mailbox"
"copy-message" OP_MAIN_COPY_MESSAGE "copy a message to a file/mailbox"
"print-message" OP_MAIN_PRINT_MESSAGE "print a message"
"pipe-message" OP_MAIN_PIPE_MESSAGE "pipe a message to a shell command"

Op_pager
"help" OP_PAGER_HELP 0
"next-page" OP_PAGER_NEXT_PAGE 0
"previous-page" OP_PAGER_PREVIOUS_PAGE 0
"next-line" OP_PAGER_NEXT_LINE 0
"previous-line" OP_PAGER_PREVIOUS_LINE 0
"top" OP_PAGER_TOP 0
"bottom" OP_PAGER_BOTTOM 0
"exit" OP_PAGER_EXIT 0
"search" OP_PAGER_SEARCH 0
#
# index-menu functions accessable from the pager
#
"jump-new" OP_MAIN_JUMP_NEW "jump to the first new message"
"jump-unread" OP_MAIN_JUMP_UNREAD "jump to the first unread message"
"delete-thread" OP_MAIN_DELETE_THREAD "delete messages left in thread"
"next-thread" OP_MAIN_NEXT_THREAD "jump to the next thread"
"previous-thread" OP_MAIN_PREVIOUS_THREAD "jump to previous thread"
"browse-url" OP_MAIN_BROWSE_URL "run a web browser on a URL in a message"
"flag-message" OP_MAIN_FLAG_MESSAGE "mark a message as important"
"mark-as-new" OP_MAIN_MARK_AS_NEW "mark a message as new"
"create-alias" OP_MAIN_ALIAS "create an alias from a message sender"
"bounce-message" OP_MAIN_BOUNCE_MESSAGE "remail a message to another user"
"mail" OP_MAIN_MAIL "compose a new mail message"
"reply" OP_MAIN_REPLY "reply to a message"
"group-reply" OP_MAIN_GROUP_REPLY "reply to all recipients"
"forward-message" OP_MAIN_FORWARD_MESSAGE "forward a message with comments"
"list-reply" OP_MAIN_LIST_REPLY "reply to specified mailing list"
"display-message" OP_MAIN_DISPLAY_MESSAGE "display a message"
"display-headers" OP_MAIN_DISPLAY_HEADERS "display a message with full headers (no weeding)"
"view-attachments" OP_MAIN_VIEW_ATTACHMENTS "show MIME attachments"
"change-folder" OP_MAIN_CHANGE_FOLDER "open a different folder"
"next-undeleted" OP_MAIN_NEXT_UNDELETED "Move to the next undeleted message"
"next-message" OP_MAIN_NEXT_MESSAGE "Move to the next message"
"previous-undeleted" OP_MAIN_PREVIOUS_UNDELETED "move to the last undelete message"
"previous-message" OP_MAIN_PREVIOUS_MESSAGE "move to the previous message"
"delete-message" OP_MAIN_DELETE_MESSAGE "delete a message"
"undelete-message" OP_MAIN_UNDELETE_MESSAGE "undelete a message"
"save-message" OP_MAIN_SAVE_MESSAGE "save a message to a file/mailbox"
"copy-message" OP_MAIN_COPY_MESSAGE "copy a message to a file/mailbox"
"print-message" OP_MAIN_PRINT_MESSAGE "print a message"
"pipe-message" OP_MAIN_PIPE_MESSAGE "pipe a message to a shell command"

Op_attach
"print-entry" OP_ATTACH_PRINT_ENTRY "print an attachment"
"save-entry" OP_ATTACH_SAVE_ENTRY "save an attachment to a file"

Op_send
"help" OP_SEND_HELP "This screen"
"edit-to" OP_SEND_EDIT_TO "edit the TO list"
"edit-cc" OP_SEND_EDIT_CC "edit the CC list"
"edit-bcc" OP_SEND_EDIT_BCC "edit the BCC list"
"edit-subject" OP_SEND_EDIT_SUBJECT "edit the subject of this message"
"edit-message" OP_SEND_EDIT_MESSAGE "edit the message"
"edit-headers" OP_SEND_EDIT_HEADERS "edit the message with headers"
"send-message" OP_SEND_SEND_MESSAGE "send the message"
"abort-message" OP_SEND_ABORT_MESSAGE "do not send this message"
"ispell" OP_SEND_ISPELL "run ispell on the message"
"pgp-menu" OP_SEND_PGP_MENU "show PGP options"
"alias-menu" OP_SEND_ALIAS_MENU "add an alias to the recipient list"
"attach-file" OP_SEND_ATTACH_FILE "attach a file to this message"
"redraw-screen" OP_SEND_REFRESH	"redraw the screen"
"postpone-message" OP_SEND_POSTPONE_MESSAGE "save this message to send later"
"edit-fcc" OP_SEND_EDIT_FCC "enter a file to save a copy of this message in"

Op_sendattach
"enter-description" OP_SENDATTACH_ENTER_DESCRIPTION "edit the description of this attachment"
"add-attachment" OP_SENDATTACH_ADD_ATTACHMENT "add an attachment to this message"

