-Table 8.2. Default generic function bindings
-
-┌───────────────┬───────────┬───────────────────────────────────────────┐
-│ Function │Default key│ Description │
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│top-page │H │move to the top of the page │
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│next-entry │j │move to the next entry │
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│previous-entry │k │move to the previous entry │
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│bottom-page │L │move to the bottom of the page │
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│refresh │^L │clear and redraw the screen │
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│middle-page │M │move to the middle of the page │
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│search-next │n │search for next match │
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│exit │q │exit this menu │
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│tag-entry │t │tag the current entry │
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│next-page │z │move to the next page │
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│previous-page │Z │move to the previous page │
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│last-entry │* │move to the last entry │
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│first-entry │= │move to the first entry │
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│enter-command │: │enter a muttrc command │
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│next-line │> │scroll down one line │
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│previous-line │< │scroll up one line │
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│half-up │[ │scroll up 1/2 page │
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│half-down │] │scroll down 1/2 page │
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│help │? │this screen │
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│tag-prefix │; │apply next function to tagged messages │
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│tag-prefix-cond│not bound │apply next function ONLY to tagged messages│
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│end-cond │not bound │end of conditional execution (noop) │
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│shell-escape │! │invoke a command in a subshell │
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│select-entry │RET │select the current entry │
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│search │/ │search for a regular expression │
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│search-reverse │ESC / │search backwards for a regular expression │
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│search-opposite│not bound │search for next match in opposite direction│
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│jump │not bound │jump to an index number │
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│current-top │not bound │move entry to top of screen │
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│current-middle │not bound │move entry to middle of screen │
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│current-bottom │not bound │move entry to bottom of screen │
-├───────────────┼───────────┼───────────────────────────────────────────┤
-│what-key │not bound │display the keycode for a key press │
-└───────────────┴───────────┴───────────────────────────────────────────┘
-
-
-4.2. index
-
-Table 8.3. Default index function bindings
-
-┌────────────────────────┬─────────┬──────────────────────────────────────────┐
-│ Function │ Default │ Description │
-│ │ key │ │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│create-alias │a │create an alias from a message sender │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│bounce-message │b │remail a message to another user │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│break-thread │# │break the thread in two │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│change-folder │c │open a different folder │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│change-folder-readonly │ESC c │open a different folder in read only mode │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│next-unread-mailbox │not bound│open next mailbox with new mail │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│collapse-thread │ESC v │collapse/uncollapse current thread │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│collapse-all │ESC V │collapse/uncollapse all threads │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│copy-message │C │copy a message to a file/mailbox │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│decode-copy │ESC C │make decoded (text/plain) copy │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│decode-save │ESC s │make decoded copy (text/plain) and delete │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│delete-message │d │delete the current entry │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│delete-pattern │D │delete messages matching a pattern │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│delete-thread │^D │delete all messages in thread │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│delete-subthread │ESC d │delete all messages in subthread │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│edit │e │edit the raw message │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│edit-type │^E │edit attachment content type │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│forward-message │f │forward a message with comments │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│flag-message │F │toggle a message's 'important' flag │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│group-reply │g │reply to all recipients │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│fetch-mail │G │retrieve mail from POP server │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│imap-fetch-mail │not bound│force retrieval of mail from IMAP server │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│display-toggle-weed │h │display message and toggle header weeding │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│next-undeleted │j │move to the next undeleted message │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│previous-undeleted │k │move to the previous undeleted message │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│limit │l │show only messages matching a pattern │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│link-threads │& │link tagged message to the current one │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│list-reply │L │reply to specified mailing list │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│mail │m │compose a new mail message │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│toggle-new │N │toggle a message's 'new' flag │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│toggle-write │% │toggle whether the mailbox will be │
-│ │ │rewritten │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│next-thread │^N │jump to the next thread │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│next-subthread │ESC n │jump to the next subthread │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│query │Q │query external program for addresses │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│quit │q │save changes to mailbox and quit │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│reply │r │reply to a message │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│show-limit │ESC l │show currently active limit pattern │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│sort-mailbox │o │sort messages │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│sort-reverse │O │sort messages in reverse order │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│print-message │p │print the current entry │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│previous-thread │^P │jump to previous thread │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│previous-subthread │ESC p │jump to previous subthread │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│recall-message │R │recall a postponed message │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│read-thread │^R │mark the current thread as read │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│read-subthread │ESC r │mark the current subthread as read │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│resend-message │ESC e │use the current message as a template for │
-│ │ │a new one │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│save-message │s │save message/attachment to a file │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│tag-pattern │T │tag messages matching a pattern │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│tag-subthread │not bound│tag the current subthread │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│tag-thread │ESC t │tag the current thread │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│untag-pattern │^T │untag messages matching a pattern │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│undelete-message │u │undelete the current entry │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│undelete-pattern │U │undelete messages matching a pattern │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│undelete-subthread │ESC u │undelete all messages in subthread │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│undelete-thread │^U │undelete all messages in thread │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│view-attachments │v │show MIME attachments │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│show-version │V │show the Mutt version number and date │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│set-flag │w │set a status flag on a message │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│clear-flag │W │clear a status flag from a message │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│display-message │RET │display a message │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│buffy-list │. │list mailboxes with new mail │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│sync-mailbox │$ │save changes to mailbox │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│display-address │@ │display full address of sender │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│pipe-message │| │pipe message/attachment to a shell command│
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│next-new │not bound│jump to the next new message │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│next-new-then-unread │TAB │jump to the next new or unread message │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│previous-new │not bound│jump to the previous new message │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│previous-new-then-unread│ESC TAB │jump to the previous new or unread message│
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│next-unread │not bound│jump to the next unread message │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│previous-unread │not bound│jump to the previous unread message │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│parent-message │P │jump to parent message in thread │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│extract-keys │^K │extract supported public keys │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│forget-passphrase │^F │wipe passphrase(s) from memory │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│check-traditional-pgp │ESC P │check for classic PGP │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│mail-key │ESC k │mail a PGP public key │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│decrypt-copy │not bound│make decrypted copy │
-├────────────────────────┼─────────┼──────────────────────────────────────────┤
-│decrypt-save │not bound│make decrypted copy and delete │
-└────────────────────────┴─────────┴──────────────────────────────────────────┘
-
-
-4.3. pager
-
-Table 8.4. Default pager function bindings
-
-┌──────────────────────┬─────────┬────────────────────────────────────────────┐
-│ Function │ Default │ Description │
-│ │ key │ │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│break-thread │# │break the thread in two │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│create-alias │a │create an alias from a message sender │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│bounce-message │b │remail a message to another user │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│change-folder │c │open a different folder │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│change-folder-readonly│ESC c │open a different folder in read only mode │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│next-unread-mailbox │not bound│open next mailbox with new mail │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│copy-message │C │copy a message to a file/mailbox │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│decode-copy │ESC C │make decoded (text/plain) copy │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│delete-message │d │delete the current entry │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│delete-thread │^D │delete all messages in thread │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│delete-subthread │ESC d │delete all messages in subthread │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│edit │e │edit the raw message │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│edit-type │^E │edit attachment content type │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│forward-message │f │forward a message with comments │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│flag-message │F │toggle a message's 'important' flag │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│group-reply │g │reply to all recipients │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│imap-fetch-mail │not bound│force retrieval of mail from IMAP server │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│display-toggle-weed │h │display message and toggle header weeding │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│next-undeleted │j │move to the next undeleted message │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│next-entry │J │move to the next entry │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│previous-undeleted │k │move to the previous undeleted message │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│previous-entry │K │move to the previous entry │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│link-threads │& │link tagged message to the current one │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│list-reply │L │reply to specified mailing list │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│redraw-screen │^L │clear and redraw the screen │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│mail │m │compose a new mail message │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│mark-as-new │N │toggle a message's 'new' flag │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│search-next │n │search for next match │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│next-thread │^N │jump to the next thread │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│next-subthread │ESC n │jump to the next subthread │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│print-message │p │print the current entry │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│previous-thread │^P │jump to previous thread │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│previous-subthread │ESC p │jump to previous subthread │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│quit │Q │save changes to mailbox and quit │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│exit │q │exit this menu │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│reply │r │reply to a message │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│recall-message │R │recall a postponed message │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│read-thread │^R │mark the current thread as read │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│read-subthread │ESC r │mark the current subthread as read │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│resend-message │ESC e │use the current message as a template for a │
-│ │ │new one │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│save-message │s │save message/attachment to a file │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│skip-quoted │S │skip beyond quoted text │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│decode-save │ESC s │make decoded copy (text/plain) and delete │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│tag-message │t │tag the current entry │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│toggle-quoted │T │toggle display of quoted text │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│undelete-message │u │undelete the current entry │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│undelete-subthread │ESC u │undelete all messages in subthread │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│undelete-thread │^U │undelete all messages in thread │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│view-attachments │v │show MIME attachments │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│show-version │V │show the Mutt version number and date │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│search-toggle │\\ │toggle search pattern coloring │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│display-address │@ │display full address of sender │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│next-new │not bound│jump to the next new message │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│pipe-message │| │pipe message/attachment to a shell command │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│help │? │this screen │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│next-page │Space │move to the next page │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│previous-page │- │move to the previous page │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│top │^ │jump to the top of the message │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│sync-mailbox │$ │save changes to mailbox │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│shell-escape │! │invoke a command in a subshell │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│enter-command │: │enter a muttrc command │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│buffy-list │. │list mailboxes with new mail │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│search │/ │search for a regular expression │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│search-reverse │ESC / │search backwards for a regular expression │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│search-opposite │not bound│search for next match in opposite direction │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│next-line │RET │scroll down one line │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│jump │not bound│jump to an index number │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│next-unread │not bound│jump to the next unread message │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│previous-new │not bound│jump to the previous new message │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│previous-unread │not bound│jump to the previous unread message │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│half-up │not bound│scroll up 1/2 page │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│half-down │not bound│scroll down 1/2 page │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│previous-line │not bound│scroll up one line │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│bottom │not bound│jump to the bottom of the message │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│parent-message │P │jump to parent message in thread │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│check-traditional-pgp │ESC P │check for classic PGP │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│mail-key │ESC k │mail a PGP public key │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│extract-keys │^K │extract supported public keys │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│forget-passphrase │^F │wipe passphrase(s) from memory │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│decrypt-copy │not bound│make decrypted copy │
-├──────────────────────┼─────────┼────────────────────────────────────────────┤
-│decrypt-save │not bound│make decrypted copy and delete │
-└──────────────────────┴─────────┴────────────────────────────────────────────┘
-
-
-4.4. alias
-
-Table 8.5. Default alias function bindings
-
-┌──────────────┬───────────┬──────────────────────────┐
-│ Function │Default key│ Description │
-├──────────────┼───────────┼──────────────────────────┤
-│delete-entry │d │delete the current entry │
-├──────────────┼───────────┼──────────────────────────┤
-│undelete-entry│u │undelete the current entry│
-└──────────────┴───────────┴──────────────────────────┘
-
-
-4.5. query
-
-Table 8.6. Default query function bindings
-
-┌────────────┬───────────┬───────────────────────────────────────────┐
-│ Function │Default key│ Description │
-├────────────┼───────────┼───────────────────────────────────────────┤
-│create-alias│a │create an alias from a message sender │
-├────────────┼───────────┼───────────────────────────────────────────┤
-│mail │m │compose a new mail message │
-├────────────┼───────────┼───────────────────────────────────────────┤
-│query │Q │query external program for addresses │
-├────────────┼───────────┼───────────────────────────────────────────┤
-│query-append│A │append new query results to current results│
-└────────────┴───────────┴───────────────────────────────────────────┘
-
-
-4.6. attach
-
-Table 8.7. Default attach function bindings
-
-┌─────────────────────┬──────────┬────────────────────────────────────────────┐
-│ Function │ Default │ Description │
-│ │ key │ │
-├─────────────────────┼──────────┼────────────────────────────────────────────┤
-│bounce-message │b │remail a message to another user │
-├─────────────────────┼──────────┼────────────────────────────────────────────┤
-│display-toggle-weed │h │display message and toggle header weeding │
-├─────────────────────┼──────────┼────────────────────────────────────────────┤
-│edit-type │^E │edit attachment content type │
-├─────────────────────┼──────────┼────────────────────────────────────────────┤
-│print-entry │p │print the current entry │
-├─────────────────────┼──────────┼────────────────────────────────────────────┤
-│save-entry │s │save message/attachment to a file │
-├─────────────────────┼──────────┼────────────────────────────────────────────┤
-│pipe-entry │| │pipe message/attachment to a shell command │
-├─────────────────────┼──────────┼────────────────────────────────────────────┤
-│view-mailcap │m │force viewing of attachment using mailcap │
-├─────────────────────┼──────────┼────────────────────────────────────────────┤
-│reply │r │reply to a message │
-├─────────────────────┼──────────┼────────────────────────────────────────────┤
-│resend-message │ESC e │use the current message as a template for a │
-│ │ │new one │
-├─────────────────────┼──────────┼────────────────────────────────────────────┤
-│group-reply │g │reply to all recipients │
-├─────────────────────┼──────────┼────────────────────────────────────────────┤
-│list-reply │L │reply to specified mailing list │
-├─────────────────────┼──────────┼────────────────────────────────────────────┤
-│forward-message │f │forward a message with comments │
-├─────────────────────┼──────────┼────────────────────────────────────────────┤
-│view-text │T │view attachment as text │
-├─────────────────────┼──────────┼────────────────────────────────────────────┤
-│view-attach │RET │view attachment using mailcap entry if │
-│ │ │necessary │
-├─────────────────────┼──────────┼────────────────────────────────────────────┤
-│delete-entry │d │delete the current entry │
-├─────────────────────┼──────────┼────────────────────────────────────────────┤
-│undelete-entry │u │undelete the current entry │
-├─────────────────────┼──────────┼────────────────────────────────────────────┤
-│collapse-parts │v │Toggle display of subparts │
-├─────────────────────┼──────────┼────────────────────────────────────────────┤
-│check-traditional-pgp│ESC P │check for classic PGP │
-├─────────────────────┼──────────┼────────────────────────────────────────────┤
-│extract-keys │^K │extract supported public keys │
-├─────────────────────┼──────────┼────────────────────────────────────────────┤
-│forget-passphrase │^F │wipe passphrase(s) from memory │
-└─────────────────────┴──────────┴────────────────────────────────────────────┘
-
-
-4.7. compose
-
-Table 8.8. Default compose function bindings
-
-┌───────────────────┬──────────┬──────────────────────────────────────────────┐
-│ Function │ Default │ Description │
-│ │ key │ │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│attach-file │a │attach file(s) to this message │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│attach-message │A │attach message(s) to this message │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│edit-bcc │b │edit the BCC list │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│edit-cc │c │edit the CC list │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│copy-file │C │save message/attachment to a file │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│detach-file │D │delete the current entry │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│toggle-disposition │^D │toggle disposition between inline/attachment │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│edit-description │d │edit attachment description │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│edit-message │e │edit the message │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│edit-headers │E │edit the message with headers │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│edit-file │^X e │edit the file to be attached │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│edit-encoding │^E │edit attachment transfer-encoding │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│edit-from │ESC f │edit the from field │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│edit-fcc │f │enter a file to save a copy of this message in│
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│filter-entry │F │filter attachment through a shell command │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│get-attachment │G │get a temporary copy of an attachment │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│display-toggle-weed│h │display message and toggle header weeding │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│ispell │i │run ispell on the message │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│print-entry │l │print the current entry │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│edit-mime │m │edit attachment using mailcap entry │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│new-mime │n │compose new attachment using mailcap entry │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│postpone-message │P │save this message to send later │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│edit-reply-to │r │edit the Reply-To field │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│rename-file │R │rename/move an attached file │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│edit-subject │s │edit the subject of this message │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│edit-to │t │edit the TO list │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│edit-type │^T │edit attachment content type │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│write-fcc │w │write the message to a folder │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│toggle-unlink │u │toggle whether to delete file after sending it│
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│toggle-recode │not bound │toggle recoding of this attachment │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│update-encoding │U │update an attachment's encoding info │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│view-attach │RET │view attachment using mailcap entry if │
-│ │ │necessary │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│send-message │y │send the message │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│pipe-entry │| │pipe message/attachment to a shell command │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│attach-key │ESC k │attach a PGP public key │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│pgp-menu │p │show PGP options │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│forget-passphrase │^F │wipe passphrase(s) from memory │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│smime-menu │S │show S/MIME options │
-├───────────────────┼──────────┼──────────────────────────────────────────────┤
-│mix │M │send the message through a mixmaster remailer │
-│ │ │chain │
-└───────────────────┴──────────┴──────────────────────────────────────────────┘
-
-
-4.8. postpone
-
-Table 8.9. Default postpone function bindings
-
-┌──────────────┬───────────┬──────────────────────────┐
-│ Function │Default key│ Description │
-├──────────────┼───────────┼──────────────────────────┤
-│delete-entry │d │delete the current entry │
-├──────────────┼───────────┼──────────────────────────┤
-│undelete-entry│u │undelete the current entry│
-└──────────────┴───────────┴──────────────────────────┘
-
-
-4.9. browser
-
-Table 8.10. Default browser function bindings
-
-┌─────────────────┬───────────┬───────────────────────────────────────────────┐
-│ Function │Default key│ Description │
-├─────────────────┼───────────┼───────────────────────────────────────────────┤
-│change-dir │c │change directories │
-├─────────────────┼───────────┼───────────────────────────────────────────────┤
-│display-filename │@ │display the currently selected file's name │
-├─────────────────┼───────────┼───────────────────────────────────────────────┤
-│enter-mask │m │enter a file mask │
-├─────────────────┼───────────┼───────────────────────────────────────────────┤
-│sort │o │sort messages │
-├─────────────────┼───────────┼───────────────────────────────────────────────┤
-│sort-reverse │O │sort messages in reverse order │
-├─────────────────┼───────────┼───────────────────────────────────────────────┤
-│select-new │N │select a new file in this directory │
-├─────────────────┼───────────┼───────────────────────────────────────────────┤
-│check-new │not bound │check mailboxes for new mail │
-├─────────────────┼───────────┼───────────────────────────────────────────────┤
-│toggle-mailboxes │TAB │toggle whether to browse mailboxes or all files│
-├─────────────────┼───────────┼───────────────────────────────────────────────┤
-│view-file │Space │view file │
-├─────────────────┼───────────┼───────────────────────────────────────────────┤
-│buffy-list │. │list mailboxes with new mail │
-├─────────────────┼───────────┼───────────────────────────────────────────────┤
-│create-mailbox │C │create a new mailbox (IMAP only) │
-├─────────────────┼───────────┼───────────────────────────────────────────────┤
-│delete-mailbox │d │delete the current mailbox (IMAP only) │
-├─────────────────┼───────────┼───────────────────────────────────────────────┤
-│rename-mailbox │r │rename the current mailbox (IMAP only) │
-├─────────────────┼───────────┼───────────────────────────────────────────────┤
-│subscribe │s │subscribe to current mailbox (IMAP only) │
-├─────────────────┼───────────┼───────────────────────────────────────────────┤
-│unsubscribe │u │unsubscribe from current mailbox (IMAP only) │
-├─────────────────┼───────────┼───────────────────────────────────────────────┤
-│toggle-subscribed│T │toggle view all/subscribed mailboxes (IMAP │
-│ │ │only) │
-└─────────────────┴───────────┴───────────────────────────────────────────────┘
-
-
-4.10. pgp
-
-Table 8.11. Default pgp function bindings
-
-┌──────────┬───────────┬───────────────────────┐
-│ Function │Default key│ Description │
-├──────────┼───────────┼───────────────────────┤
-│verify-key│c │verify a PGP public key│
-├──────────┼───────────┼───────────────────────┤
-│view-name │% │view the key's user id │
-└──────────┴───────────┴───────────────────────┘
-
-
-4.11. smime
-
-Table 8.12. Default smime function bindings
-
-┌──────────┬───────────┬───────────────────────┐
-│ Function │Default key│ Description │
-├──────────┼───────────┼───────────────────────┤
-│verify-key│c │verify a PGP public key│
-├──────────┼───────────┼───────────────────────┤
-│view-name │% │view the key's user id │
-└──────────┴───────────┴───────────────────────┘
-
-
-4.12. mix
-
-Table 8.13. Default mix function bindings
-
-┌──────────┬───────────┬────────────────────────────────────────┐
-│ Function │Default key│ Description │
-├──────────┼───────────┼────────────────────────────────────────┤
-│accept │RET │Accept the chain constructed │
-├──────────┼───────────┼────────────────────────────────────────┤
-│append │a │Append a remailer to the chain │
-├──────────┼───────────┼────────────────────────────────────────┤
-│insert │i │Insert a remailer into the chain │
-├──────────┼───────────┼────────────────────────────────────────┤
-│delete │d │Delete a remailer from the chain │
-├──────────┼───────────┼────────────────────────────────────────┤
-│chain-prev│left │Select the previous element of the chain│
-├──────────┼───────────┼────────────────────────────────────────┤
-│chain-next│right │Select the next element of the chain │
-└──────────┴───────────┴────────────────────────────────────────┘
-
-
-4.13. editor
-
-Table 8.14. Default editor function bindings
-
-┌───────────────┬───────────┬─────────────────────────────────────────────────┐
-│ Function │Default key│ Description │
-├───────────────┼───────────┼─────────────────────────────────────────────────┤
-│bol │^A │jump to the beginning of the line │
-├───────────────┼───────────┼─────────────────────────────────────────────────┤
-│backward-char │^B │move the cursor one character to the left │
-├───────────────┼───────────┼─────────────────────────────────────────────────┤
-│backward-word │ESC b │move the cursor to the beginning of the word │
-├───────────────┼───────────┼─────────────────────────────────────────────────┤
-│capitalize-word│ESC c │capitalize the word │
-├───────────────┼───────────┼─────────────────────────────────────────────────┤
-│downcase-word │ESC l │convert the word to lower case │
-├───────────────┼───────────┼─────────────────────────────────────────────────┤
-│upcase-word │ESC u │convert the word to upper case │
-├───────────────┼───────────┼─────────────────────────────────────────────────┤
-│delete-char │^D │delete the char under the cursor │
-├───────────────┼───────────┼─────────────────────────────────────────────────┤
-│eol │^E │jump to the end of the line │
-├───────────────┼───────────┼─────────────────────────────────────────────────┤
-│forward-char │^F │move the cursor one character to the right │
-├───────────────┼───────────┼─────────────────────────────────────────────────┤
-│forward-word │ESC f │move the cursor to the end of the word │
-├───────────────┼───────────┼─────────────────────────────────────────────────┤
-│backspace │Backspace │delete the char in front of the cursor │
-├───────────────┼───────────┼─────────────────────────────────────────────────┤
-│kill-eol │^K │delete chars from cursor to end of line │
-├───────────────┼───────────┼─────────────────────────────────────────────────┤
-│kill-eow │ESC d │delete chars from the cursor to the end of the │
-│ │ │word │
-├───────────────┼───────────┼─────────────────────────────────────────────────┤
-│kill-line │^U │delete all chars on the line │
-├───────────────┼───────────┼─────────────────────────────────────────────────┤
-│quote-char │^V │quote the next typed key │
-├───────────────┼───────────┼─────────────────────────────────────────────────┤
-│kill-word │^W │delete the word in front of the cursor │
-├───────────────┼───────────┼─────────────────────────────────────────────────┤
-│complete │TAB │complete filename or alias │
-├───────────────┼───────────┼─────────────────────────────────────────────────┤
-│complete-query │^T │complete address with query │
-├───────────────┼───────────┼─────────────────────────────────────────────────┤
-│buffy-cycle │Space │cycle among incoming mailboxes │
-├───────────────┼───────────┼─────────────────────────────────────────────────┤
-│history-up │not bound │scroll up through the history list │
-├───────────────┼───────────┼─────────────────────────────────────────────────┤
-│history-down │not bound │scroll down through the history list │
-├───────────────┼───────────┼─────────────────────────────────────────────────┤
-│transpose-chars│not bound │transpose character under cursor with previous │
-└───────────────┴───────────┴─────────────────────────────────────────────────┘
-
-
-Chapter 9. Miscellany
+Table 9.2. Default Generic Menu Bindings
+
++-------------------------------------------------------------------------+
+| Function |Default key| Description |
+|-----------------+-----------+-------------------------------------------|
+|<top-page> |H |move to the top of the page |
+|-----------------+-----------+-------------------------------------------|
+|<next-entry> |j |move to the next entry |
+|-----------------+-----------+-------------------------------------------|
+|<previous-entry> |k |move to the previous entry |
+|-----------------+-----------+-------------------------------------------|
+|<bottom-page> |L |move to the bottom of the page |
+|-----------------+-----------+-------------------------------------------|
+|<refresh> |^L |clear and redraw the screen |
+|-----------------+-----------+-------------------------------------------|
+|<middle-page> |M |move to the middle of the page |
+|-----------------+-----------+-------------------------------------------|
+|<search-next> |n |search for next match |
+|-----------------+-----------+-------------------------------------------|
+|<exit> |q |exit this menu |
+|-----------------+-----------+-------------------------------------------|
+|<tag-entry> |t |tag the current entry |
+|-----------------+-----------+-------------------------------------------|
+|<next-page> |z |move to the next page |
+|-----------------+-----------+-------------------------------------------|
+|<previous-page> |Z |move to the previous page |
+|-----------------+-----------+-------------------------------------------|
+|<last-entry> |* |move to the last entry |
+|-----------------+-----------+-------------------------------------------|
+|<first-entry> |= |move to the first entry |
+|-----------------+-----------+-------------------------------------------|
+|<enter-command> |: |enter a muttrc command |
+|-----------------+-----------+-------------------------------------------|
+|<next-line> |> |scroll down one line |
+|-----------------+-----------+-------------------------------------------|
+|<previous-line> |< |scroll up one line |
+|-----------------+-----------+-------------------------------------------|
+|<half-up> |[ |scroll up 1/2 page |
+|-----------------+-----------+-------------------------------------------|
+|<half-down> |] |scroll down 1/2 page |
+|-----------------+-----------+-------------------------------------------|
+|<help> |? |this screen |
+|-----------------+-----------+-------------------------------------------|
+|<tag-prefix> |; |apply next function to tagged messages |
+|-----------------+-----------+-------------------------------------------|
+|<tag-prefix-cond>| |apply next function ONLY to tagged messages|
+|-----------------+-----------+-------------------------------------------|
+|<end-cond> | |end of conditional execution (noop) |
+|-----------------+-----------+-------------------------------------------|
+|<shell-escape> |! |invoke a command in a subshell |
+|-----------------+-----------+-------------------------------------------|
+|<select-entry> |<Return> |select the current entry |
+|-----------------+-----------+-------------------------------------------|
+|<search> |/ |search for a regular expression |
+|-----------------+-----------+-------------------------------------------|
+|<search-reverse> |Esc / |search backwards for a regular expression |
+|-----------------+-----------+-------------------------------------------|
+|<search-opposite>| |search for next match in opposite direction|
+|-----------------+-----------+-------------------------------------------|
+|<jump> | |jump to an index number |
+|-----------------+-----------+-------------------------------------------|
+|<current-top> | |move entry to top of screen |
+|-----------------+-----------+-------------------------------------------|
+|<current-middle> | |move entry to middle of screen |
+|-----------------+-----------+-------------------------------------------|
+|<current-bottom> | |move entry to bottom of screen |
+|-----------------+-----------+-------------------------------------------|
+|<what-key> | |display the keycode for a key press |
++-------------------------------------------------------------------------+
+
+
+4.2. Index Menu
+
+Table 9.3. Default Index Menu Bindings
+
++-----------------------------------------------------------------------------+
+| Function | Default | Description |
+| | key | |
+|--------------------------+---------+----------------------------------------|
+|<create-alias> |a |create an alias from a message sender |
+|--------------------------+---------+----------------------------------------|
+|<bounce-message> |b |remail a message to another user |
+|--------------------------+---------+----------------------------------------|
+|<break-thread> |# |break the thread in two |
+|--------------------------+---------+----------------------------------------|
+|<change-folder> |c |open a different folder |
+|--------------------------+---------+----------------------------------------|
+|<change-folder-readonly> |Esc c |open a different folder in read only |
+| | |mode |
+|--------------------------+---------+----------------------------------------|
+|<next-unread-mailbox> | |open next mailbox with new mail |
+|--------------------------+---------+----------------------------------------|
+|<collapse-thread> |Esc v |collapse/uncollapse current thread |
+|--------------------------+---------+----------------------------------------|
+|<collapse-all> |Esc V |collapse/uncollapse all threads |
+|--------------------------+---------+----------------------------------------|
+|<copy-message> |C |copy a message to a file/mailbox |
+|--------------------------+---------+----------------------------------------|
+|<decode-copy> |Esc C |make decoded (text/plain) copy |
+|--------------------------+---------+----------------------------------------|
+|<decode-save> |Esc s |make decoded copy (text/plain) and |
+| | |delete |
+|--------------------------+---------+----------------------------------------|
+|<delete-message> |d |delete the current entry |
+|--------------------------+---------+----------------------------------------|
+|<delete-pattern> |D |delete messages matching a pattern |
+|--------------------------+---------+----------------------------------------|
+|<delete-thread> |^D |delete all messages in thread |
+|--------------------------+---------+----------------------------------------|
+|<delete-subthread> |Esc d |delete all messages in subthread |
+|--------------------------+---------+----------------------------------------|
+|<edit> |e |edit the raw message |
+|--------------------------+---------+----------------------------------------|
+|<edit-type> |^E |edit attachment content type |
+|--------------------------+---------+----------------------------------------|
+|<forward-message> |f |forward a message with comments |
+|--------------------------+---------+----------------------------------------|
+|<flag-message> |F |toggle a message's 'important' flag |
+|--------------------------+---------+----------------------------------------|
+|<group-reply> |g |reply to all recipients |
+|--------------------------+---------+----------------------------------------|
+|<fetch-mail> |G |retrieve mail from POP server |
+|--------------------------+---------+----------------------------------------|
+|<imap-fetch-mail> | |force retrieval of mail from IMAP server|
+|--------------------------+---------+----------------------------------------|
+|<imap-logout-all> | |logout from all IMAP servers |
+|--------------------------+---------+----------------------------------------|
+|<display-toggle-weed> |h |display message and toggle header |
+| | |weeding |
+|--------------------------+---------+----------------------------------------|
+|<next-undeleted> |j |move to the next undeleted message |
+|--------------------------+---------+----------------------------------------|
+|<previous-undeleted> |k |move to the previous undeleted message |
+|--------------------------+---------+----------------------------------------|
+|<limit> |l |show only messages matching a pattern |
+|--------------------------+---------+----------------------------------------|
+|<link-threads> |& |link tagged message to the current one |
+|--------------------------+---------+----------------------------------------|
+|<list-reply> |L |reply to specified mailing list |
+|--------------------------+---------+----------------------------------------|
+|<mail> |m |compose a new mail message |
+|--------------------------+---------+----------------------------------------|
+|<toggle-new> |N |toggle a message's 'new' flag |
+|--------------------------+---------+----------------------------------------|
+|<toggle-write> |% |toggle whether the mailbox will be |
+| | |rewritten |
+|--------------------------+---------+----------------------------------------|
+|<next-thread> |^N |jump to the next thread |
+|--------------------------+---------+----------------------------------------|
+|<next-subthread> |Esc n |jump to the next subthread |
+|--------------------------+---------+----------------------------------------|
+|<query> |Q |query external program for addresses |
+|--------------------------+---------+----------------------------------------|
+|<quit> |q |save changes to mailbox and quit |
+|--------------------------+---------+----------------------------------------|
+|<reply> |r |reply to a message |
+|--------------------------+---------+----------------------------------------|
+|<show-limit> |Esc l |show currently active limit pattern |
+|--------------------------+---------+----------------------------------------|
+|<sort-mailbox> |o |sort messages |
+|--------------------------+---------+----------------------------------------|
+|<sort-reverse> |O |sort messages in reverse order |
+|--------------------------+---------+----------------------------------------|
+|<print-message> |p |print the current entry |
+|--------------------------+---------+----------------------------------------|
+|<previous-thread> |^P |jump to previous thread |
+|--------------------------+---------+----------------------------------------|
+|<previous-subthread> |Esc p |jump to previous subthread |
+|--------------------------+---------+----------------------------------------|
+|<recall-message> |R |recall a postponed message |
+|--------------------------+---------+----------------------------------------|
+|<read-thread> |^R |mark the current thread as read |
+|--------------------------+---------+----------------------------------------|
+|<read-subthread> |Esc r |mark the current subthread as read |
+|--------------------------+---------+----------------------------------------|
+|<resend-message> |Esc e |use the current message as a template |
+| | |for a new one |
+|--------------------------+---------+----------------------------------------|
+|<save-message> |s |save message/attachment to a mailbox/ |
+| | |file |
+|--------------------------+---------+----------------------------------------|
+|<tag-pattern> |T |tag messages matching a pattern |
+|--------------------------+---------+----------------------------------------|
+|<tag-subthread> | |tag the current subthread |
+|--------------------------+---------+----------------------------------------|
+|<tag-thread> |Esc t |tag the current thread |
+|--------------------------+---------+----------------------------------------|
+|<untag-pattern> |^T |untag messages matching a pattern |
+|--------------------------+---------+----------------------------------------|
+|<undelete-message> |u |undelete the current entry |
+|--------------------------+---------+----------------------------------------|
+|<undelete-pattern> |U |undelete messages matching a pattern |
+|--------------------------+---------+----------------------------------------|
+|<undelete-subthread> |Esc u |undelete all messages in subthread |
+|--------------------------+---------+----------------------------------------|
+|<undelete-thread> |^U |undelete all messages in thread |
+|--------------------------+---------+----------------------------------------|
+|<view-attachments> |v |show MIME attachments |
+|--------------------------+---------+----------------------------------------|
+|<show-version> |V |show the Mutt version number and date |
+|--------------------------+---------+----------------------------------------|
+|<set-flag> |w |set a status flag on a message |
+|--------------------------+---------+----------------------------------------|
+|<clear-flag> |W |clear a status flag from a message |
+|--------------------------+---------+----------------------------------------|
+|<display-message> |<Return> |display a message |
+|--------------------------+---------+----------------------------------------|
+|<buffy-list> |. |list mailboxes with new mail |
+|--------------------------+---------+----------------------------------------|
+|<sync-mailbox> |$ |save changes to mailbox |
+|--------------------------+---------+----------------------------------------|
+|<display-address> |@ |display full address of sender |
+|--------------------------+---------+----------------------------------------|
+|<pipe-message> || |pipe message/attachment to a shell |
+| | |command |
+|--------------------------+---------+----------------------------------------|
+|<next-new> | |jump to the next new message |
+|--------------------------+---------+----------------------------------------|
+|<next-new-then-unread> |<Tab> |jump to the next new or unread message |
+|--------------------------+---------+----------------------------------------|
+|<previous-new> | |jump to the previous new message |
+|--------------------------+---------+----------------------------------------|
+|<previous-new-then-unread>|Esc <Tab>|jump to the previous new or unread |
+| | |message |
+|--------------------------+---------+----------------------------------------|
+|<next-unread> | |jump to the next unread message |
+|--------------------------+---------+----------------------------------------|
+|<previous-unread> | |jump to the previous unread message |
+|--------------------------+---------+----------------------------------------|
+|<parent-message> |P |jump to parent message in thread |
+|--------------------------+---------+----------------------------------------|
+|<extract-keys> |^K |extract supported public keys |
+|--------------------------+---------+----------------------------------------|
+|<forget-passphrase> |^F |wipe passphrase(s) from memory |
+|--------------------------+---------+----------------------------------------|
+|<check-traditional-pgp> |Esc P |check for classic PGP |
+|--------------------------+---------+----------------------------------------|
+|<mail-key> |Esc k |mail a PGP public key |
+|--------------------------+---------+----------------------------------------|
+|<decrypt-copy> | |make decrypted copy |
+|--------------------------+---------+----------------------------------------|
+|<decrypt-save> | |make decrypted copy and delete |
++-----------------------------------------------------------------------------+
+
+
+4.3. Pager Menu
+
+Table 9.4. Default Pager Menu Bindings
+
++-----------------------------------------------------------------------------+
+| Function | Default | Description |
+| | key | |
+|------------------------+---------+------------------------------------------|
+|<break-thread> |# |break the thread in two |
+|------------------------+---------+------------------------------------------|
+|<create-alias> |a |create an alias from a message sender |
+|------------------------+---------+------------------------------------------|
+|<bounce-message> |b |remail a message to another user |
+|------------------------+---------+------------------------------------------|
+|<change-folder> |c |open a different folder |
+|------------------------+---------+------------------------------------------|
+|<change-folder-readonly>|Esc c |open a different folder in read only mode |
+|------------------------+---------+------------------------------------------|
+|<next-unread-mailbox> | |open next mailbox with new mail |
+|------------------------+---------+------------------------------------------|
+|<copy-message> |C |copy a message to a file/mailbox |
+|------------------------+---------+------------------------------------------|
+|<decode-copy> |Esc C |make decoded (text/plain) copy |
+|------------------------+---------+------------------------------------------|
+|<delete-message> |d |delete the current entry |
+|------------------------+---------+------------------------------------------|
+|<delete-thread> |^D |delete all messages in thread |
+|------------------------+---------+------------------------------------------|
+|<delete-subthread> |Esc d |delete all messages in subthread |
+|------------------------+---------+------------------------------------------|
+|<set-flag> |w |set a status flag on a message |
+|------------------------+---------+------------------------------------------|
+|<clear-flag> |W |clear a status flag from a message |
+|------------------------+---------+------------------------------------------|
+|<edit> |e |edit the raw message |
+|------------------------+---------+------------------------------------------|
+|<edit-type> |^E |edit attachment content type |
+|------------------------+---------+------------------------------------------|
+|<forward-message> |f |forward a message with comments |
+|------------------------+---------+------------------------------------------|
+|<flag-message> |F |toggle a message's 'important' flag |
+|------------------------+---------+------------------------------------------|
+|<group-reply> |g |reply to all recipients |
+|------------------------+---------+------------------------------------------|
+|<imap-fetch-mail> | |force retrieval of mail from IMAP server |
+|------------------------+---------+------------------------------------------|
+|<imap-logout-all> | |logout from all IMAP servers |
+|------------------------+---------+------------------------------------------|
+|<display-toggle-weed> |h |display message and toggle header weeding |
+|------------------------+---------+------------------------------------------|
+|<next-undeleted> |j |move to the next undeleted message |
+|------------------------+---------+------------------------------------------|
+|<next-entry> |J |move to the next entry |
+|------------------------+---------+------------------------------------------|
+|<previous-undeleted> |k |move to the previous undeleted message |
+|------------------------+---------+------------------------------------------|
+|<previous-entry> |K |move to the previous entry |
+|------------------------+---------+------------------------------------------|
+|<link-threads> |& |link tagged message to the current one |
+|------------------------+---------+------------------------------------------|
+|<list-reply> |L |reply to specified mailing list |
+|------------------------+---------+------------------------------------------|
+|<redraw-screen> |^L |clear and redraw the screen |
+|------------------------+---------+------------------------------------------|
+|<mail> |m |compose a new mail message |
+|------------------------+---------+------------------------------------------|
+|<mark-as-new> |N |toggle a message's 'new' flag |
+|------------------------+---------+------------------------------------------|
+|<search-next> |n |search for next match |
+|------------------------+---------+------------------------------------------|
+|<next-thread> |^N |jump to the next thread |
+|------------------------+---------+------------------------------------------|
+|<next-subthread> |Esc n |jump to the next subthread |
+|------------------------+---------+------------------------------------------|
+|<sort-mailbox> |o |sort messages |
+|------------------------+---------+------------------------------------------|
+|<sort-reverse> |O |sort messages in reverse order |
+|------------------------+---------+------------------------------------------|
+|<print-message> |p |print the current entry |
+|------------------------+---------+------------------------------------------|
+|<previous-thread> |^P |jump to previous thread |
+|------------------------+---------+------------------------------------------|
+|<previous-subthread> |Esc p |jump to previous subthread |
+|------------------------+---------+------------------------------------------|
+|<quit> |Q |save changes to mailbox and quit |
+|------------------------+---------+------------------------------------------|
+|<exit> |q |exit this menu |
+|------------------------+---------+------------------------------------------|
+|<reply> |r |reply to a message |
+|------------------------+---------+------------------------------------------|
+|<recall-message> |R |recall a postponed message |
+|------------------------+---------+------------------------------------------|
+|<read-thread> |^R |mark the current thread as read |
+|------------------------+---------+------------------------------------------|
+|<read-subthread> |Esc r |mark the current subthread as read |
+|------------------------+---------+------------------------------------------|
+|<resend-message> |Esc e |use the current message as a template for |
+| | |a new one |
+|------------------------+---------+------------------------------------------|
+|<save-message> |s |save message/attachment to a mailbox/file |
+|------------------------+---------+------------------------------------------|
+|<skip-quoted> |S |skip beyond quoted text |
+|------------------------+---------+------------------------------------------|
+|<decode-save> |Esc s |make decoded copy (text/plain) and delete |
+|------------------------+---------+------------------------------------------|
+|<tag-message> |t |tag the current entry |
+|------------------------+---------+------------------------------------------|
+|<toggle-quoted> |T |toggle display of quoted text |
+|------------------------+---------+------------------------------------------|
+|<undelete-message> |u |undelete the current entry |
+|------------------------+---------+------------------------------------------|
+|<undelete-subthread> |Esc u |undelete all messages in subthread |
+|------------------------+---------+------------------------------------------|
+|<undelete-thread> |^U |undelete all messages in thread |
+|------------------------+---------+------------------------------------------|
+|<view-attachments> |v |show MIME attachments |
+|------------------------+---------+------------------------------------------|
+|<show-version> |V |show the Mutt version number and date |
+|------------------------+---------+------------------------------------------|
+|<search-toggle> |\\ |toggle search pattern coloring |
+|------------------------+---------+------------------------------------------|
+|<display-address> |@ |display full address of sender |
+|------------------------+---------+------------------------------------------|
+|<next-new> | |jump to the next new message |
+|------------------------+---------+------------------------------------------|
+|<pipe-message> || |pipe message/attachment to a shell command|
+|------------------------+---------+------------------------------------------|
+|<help> |? |this screen |
+|------------------------+---------+------------------------------------------|
+|<next-page> |<Space> |move to the next page |
+|------------------------+---------+------------------------------------------|
+|<previous-page> |- |move to the previous page |
+|------------------------+---------+------------------------------------------|
+|<top> |^ |jump to the top of the message |
+|------------------------+---------+------------------------------------------|
+|<sync-mailbox> |$ |save changes to mailbox |
+|------------------------+---------+------------------------------------------|
+|<shell-escape> |! |invoke a command in a subshell |
+|------------------------+---------+------------------------------------------|
+|<enter-command> |: |enter a muttrc command |
+|------------------------+---------+------------------------------------------|
+|<buffy-list> |. |list mailboxes with new mail |
+|------------------------+---------+------------------------------------------|
+|<search> |/ |search for a regular expression |
+|------------------------+---------+------------------------------------------|
+|<search-reverse> |Esc / |search backwards for a regular expression |
+|------------------------+---------+------------------------------------------|
+|<search-opposite> | |search for next match in opposite |
+| | |direction |
+|------------------------+---------+------------------------------------------|
+|<next-line> |<Return> |scroll down one line |
+|------------------------+---------+------------------------------------------|
+|<jump> | |jump to an index number |
+|------------------------+---------+------------------------------------------|
+|<next-unread> | |jump to the next unread message |
+|------------------------+---------+------------------------------------------|
+|<previous-new> | |jump to the previous new message |
+|------------------------+---------+------------------------------------------|
+|<previous-unread> | |jump to the previous unread message |
+|------------------------+---------+------------------------------------------|
+|<half-up> | |scroll up 1/2 page |
+|------------------------+---------+------------------------------------------|
+|<half-down> | |scroll down 1/2 page |
+|------------------------+---------+------------------------------------------|
+|<previous-line> | |scroll up one line |
+|------------------------+---------+------------------------------------------|
+|<bottom> | |jump to the bottom of the message |
+|------------------------+---------+------------------------------------------|
+|<parent-message> |P |jump to parent message in thread |
+|------------------------+---------+------------------------------------------|
+|<check-traditional-pgp> |Esc P |check for classic PGP |
+|------------------------+---------+------------------------------------------|
+|<mail-key> |Esc k |mail a PGP public key |
+|------------------------+---------+------------------------------------------|
+|<extract-keys> |^K |extract supported public keys |
+|------------------------+---------+------------------------------------------|
+|<forget-passphrase> |^F |wipe passphrase(s) from memory |
+|------------------------+---------+------------------------------------------|
+|<decrypt-copy> | |make decrypted copy |
+|------------------------+---------+------------------------------------------|
+|<decrypt-save> | |make decrypted copy and delete |
+|------------------------+---------+------------------------------------------|
+|<what-key> | |display the keycode for a key press |
++-----------------------------------------------------------------------------+
+
+
+4.4. Alias Menu
+
+Table 9.5. Default Alias Menu Bindings
+
++-------------------------------------------------------+
+| Function |Default key| Description |
+|----------------+-----------+--------------------------|
+|<delete-entry> |d |delete the current entry |
+|----------------+-----------+--------------------------|
+|<undelete-entry>|u |undelete the current entry|
++-------------------------------------------------------+
+
+
+4.5. Query Menu
+
+Table 9.6. Default Query Menu Bindings
+
++----------------------------------------------------------------------+
+| Function |Default key| Description |
+|--------------+-----------+-------------------------------------------|
+|<create-alias>|a |create an alias from a message sender |
+|--------------+-----------+-------------------------------------------|
+|<mail> |m |compose a new mail message |
+|--------------+-----------+-------------------------------------------|
+|<query> |Q |query external program for addresses |
+|--------------+-----------+-------------------------------------------|
+|<query-append>|A |append new query results to current results|
++----------------------------------------------------------------------+
+
+
+4.6. Attachment Menu
+
+Table 9.7. Default Attachment Menu Bindings
+
++-----------------------------------------------------------------------------+
+| Function | Default | Description |
+| | key | |
+|-----------------------+---------+-------------------------------------------|
+|<bounce-message> |b |remail a message to another user |
+|-----------------------+---------+-------------------------------------------|
+|<display-toggle-weed> |h |display message and toggle header weeding |
+|-----------------------+---------+-------------------------------------------|
+|<edit-type> |^E |edit attachment content type |
+|-----------------------+---------+-------------------------------------------|
+|<print-entry> |p |print the current entry |
+|-----------------------+---------+-------------------------------------------|
+|<save-entry> |s |save message/attachment to a mailbox/file |
+|-----------------------+---------+-------------------------------------------|
+|<pipe-entry> || |pipe message/attachment to a shell command |
+|-----------------------+---------+-------------------------------------------|
+|<view-mailcap> |m |force viewing of attachment using mailcap |
+|-----------------------+---------+-------------------------------------------|
+|<reply> |r |reply to a message |
+|-----------------------+---------+-------------------------------------------|
+|<resend-message> |Esc e |use the current message as a template for a|
+| | |new one |
+|-----------------------+---------+-------------------------------------------|
+|<group-reply> |g |reply to all recipients |
+|-----------------------+---------+-------------------------------------------|
+|<list-reply> |L |reply to specified mailing list |
+|-----------------------+---------+-------------------------------------------|
+|<forward-message> |f |forward a message with comments |
+|-----------------------+---------+-------------------------------------------|
+|<view-text> |T |view attachment as text |
+|-----------------------+---------+-------------------------------------------|
+|<view-attach> |<Return> |view attachment using mailcap entry if |
+| | |necessary |
+|-----------------------+---------+-------------------------------------------|
+|<delete-entry> |d |delete the current entry |
+|-----------------------+---------+-------------------------------------------|
+|<undelete-entry> |u |undelete the current entry |
+|-----------------------+---------+-------------------------------------------|
+|<collapse-parts> |v |Toggle display of subparts |
+|-----------------------+---------+-------------------------------------------|
+|<check-traditional-pgp>|Esc P |check for classic PGP |
+|-----------------------+---------+-------------------------------------------|
+|<extract-keys> |^K |extract supported public keys |
+|-----------------------+---------+-------------------------------------------|
+|<forget-passphrase> |^F |wipe passphrase(s) from memory |
++-----------------------------------------------------------------------------+
+
+
+4.7. Compose Menu
+
+Table 9.8. Default Compose Menu Bindings
+
++-----------------------------------------------------------------------------+
+| Function | Default | Description |
+| | key | |
+|---------------------+----------+--------------------------------------------|
+|<attach-file> |a |attach file(s) to this message |
+|---------------------+----------+--------------------------------------------|
+|<attach-message> |A |attach message(s) to this message |
+|---------------------+----------+--------------------------------------------|
+|<edit-bcc> |b |edit the BCC list |
+|---------------------+----------+--------------------------------------------|
+|<edit-cc> |c |edit the CC list |
+|---------------------+----------+--------------------------------------------|
+|<copy-file> |C |save message/attachment to a mailbox/file |
+|---------------------+----------+--------------------------------------------|
+|<detach-file> |D |delete the current entry |
+|---------------------+----------+--------------------------------------------|
+|<toggle-disposition> |^D |toggle disposition between inline/attachment|
+|---------------------+----------+--------------------------------------------|
+|<edit-description> |d |edit attachment description |
+|---------------------+----------+--------------------------------------------|
+|<edit-message> |e |edit the message |
+|---------------------+----------+--------------------------------------------|
+|<edit-headers> |E |edit the message with headers |
+|---------------------+----------+--------------------------------------------|
+|<edit-file> |^X e |edit the file to be attached |
+|---------------------+----------+--------------------------------------------|
+|<edit-encoding> |^E |edit attachment transfer-encoding |
+|---------------------+----------+--------------------------------------------|
+|<edit-from> |Esc f |edit the from field |
+|---------------------+----------+--------------------------------------------|
+|<edit-fcc> |f |enter a file to save a copy of this message |
+| | |in |
+|---------------------+----------+--------------------------------------------|
+|<filter-entry> |F |filter attachment through a shell command |
+|---------------------+----------+--------------------------------------------|
+|<get-attachment> |G |get a temporary copy of an attachment |
+|---------------------+----------+--------------------------------------------|
+|<display-toggle-weed>|h |display message and toggle header weeding |
+|---------------------+----------+--------------------------------------------|
+|<ispell> |i |run ispell on the message |
+|---------------------+----------+--------------------------------------------|
+|<print-entry> |l |print the current entry |
+|---------------------+----------+--------------------------------------------|
+|<edit-mime> |m |edit attachment using mailcap entry |
+|---------------------+----------+--------------------------------------------|
+|<new-mime> |n |compose new attachment using mailcap entry |
+|---------------------+----------+--------------------------------------------|
+|<postpone-message> |P |save this message to send later |
+|---------------------+----------+--------------------------------------------|
+|<edit-reply-to> |r |edit the Reply-To field |
+|---------------------+----------+--------------------------------------------|
+|<rename-file> |R |rename/move an attached file |
+|---------------------+----------+--------------------------------------------|
+|<edit-subject> |s |edit the subject of this message |
+|---------------------+----------+--------------------------------------------|
+|<edit-to> |t |edit the TO list |
+|---------------------+----------+--------------------------------------------|
+|<edit-type> |^T |edit attachment content type |
+|---------------------+----------+--------------------------------------------|
+|<write-fcc> |w |write the message to a folder |
+|---------------------+----------+--------------------------------------------|
+|<toggle-unlink> |u |toggle whether to delete file after sending |
+| | |it |
+|---------------------+----------+--------------------------------------------|
+|<toggle-recode> | |toggle recoding of this attachment |
+|---------------------+----------+--------------------------------------------|
+|<update-encoding> |U |update an attachment's encoding info |
+|---------------------+----------+--------------------------------------------|
+|<view-attach> |<Return> |view attachment using mailcap entry if |
+| | |necessary |
+|---------------------+----------+--------------------------------------------|
+|<send-message> |y |send the message |
+|---------------------+----------+--------------------------------------------|
+|<pipe-entry> || |pipe message/attachment to a shell command |
+|---------------------+----------+--------------------------------------------|
+|<attach-key> |Esc k |attach a PGP public key |
+|---------------------+----------+--------------------------------------------|
+|<pgp-menu> |p |show PGP options |
+|---------------------+----------+--------------------------------------------|
+|<forget-passphrase> |^F |wipe passphrase(s) from memory |
+|---------------------+----------+--------------------------------------------|
+|<smime-menu> |S |show S/MIME options |
+|---------------------+----------+--------------------------------------------|
+|<mix> |M |send the message through a mixmaster |
+| | |remailer chain |
++-----------------------------------------------------------------------------+
+
+
+4.8. Postpone Menu
+
+Table 9.9. Default Postpone Menu Bindings
+
++-------------------------------------------------------+
+| Function |Default key| Description |
+|----------------+-----------+--------------------------|
+|<delete-entry> |d |delete the current entry |
+|----------------+-----------+--------------------------|
+|<undelete-entry>|u |undelete the current entry|
++-------------------------------------------------------+
+
+
+4.9. Browser Menu
+
+Table 9.10. Default Browser Menu Bindings
+
++-----------------------------------------------------------------------------+
+| Function | Default | Description |
+| | key | |
+|-------------------+----------+----------------------------------------------|
+|<change-dir> |c |change directories |
+|-------------------+----------+----------------------------------------------|
+|<display-filename> |@ |display the currently selected file's name |
+|-------------------+----------+----------------------------------------------|
+|<enter-mask> |m |enter a file mask |
+|-------------------+----------+----------------------------------------------|
+|<sort> |o |sort messages |
+|-------------------+----------+----------------------------------------------|
+|<sort-reverse> |O |sort messages in reverse order |
+|-------------------+----------+----------------------------------------------|
+|<select-new> |N |select a new file in this directory |
+|-------------------+----------+----------------------------------------------|
+|<check-new> | |check mailboxes for new mail |
+|-------------------+----------+----------------------------------------------|
+|<toggle-mailboxes> |<Tab> |toggle whether to browse mailboxes or all |
+| | |files |
+|-------------------+----------+----------------------------------------------|
+|<view-file> |<Space> |view file |
+|-------------------+----------+----------------------------------------------|
+|<buffy-list> |. |list mailboxes with new mail |
+|-------------------+----------+----------------------------------------------|
+|<create-mailbox> |C |create a new mailbox (IMAP only) |
+|-------------------+----------+----------------------------------------------|
+|<delete-mailbox> |d |delete the current mailbox (IMAP only) |
+|-------------------+----------+----------------------------------------------|
+|<rename-mailbox> |r |rename the current mailbox (IMAP only) |
+|-------------------+----------+----------------------------------------------|
+|<subscribe> |s |subscribe to current mailbox (IMAP only) |
+|-------------------+----------+----------------------------------------------|
+|<unsubscribe> |u |unsubscribe from current mailbox (IMAP only) |
+|-------------------+----------+----------------------------------------------|
+|<toggle-subscribed>|T |toggle view all/subscribed mailboxes (IMAP |
+| | |only) |
++-----------------------------------------------------------------------------+
+
+
+4.10. Pgp Menu
+
+Table 9.11. Default Pgp Menu Bindings
+
++------------------------------------------------+
+| Function |Default key| Description |
+|------------+-----------+-----------------------|
+|<verify-key>|c |verify a PGP public key|
+|------------+-----------+-----------------------|
+|<view-name> |% |view the key's user id |
++------------------------------------------------+
+
+
+4.11. Smime Menu
+
+Table 9.12. Default Smime Menu Bindings
+
++------------------------------------------------+
+| Function |Default key| Description |
+|------------+-----------+-----------------------|
+|<verify-key>|c |verify a PGP public key|
+|------------+-----------+-----------------------|
+|<view-name> |% |view the key's user id |
++------------------------------------------------+
+
+
+4.12. Mixmaster Menu
+
+Table 9.13. Default Mixmaster Menu Bindings
+
++-----------------------------------------------------------------+
+| Function |Default key| Description |
+|------------+-----------+----------------------------------------|
+|<accept> |<Return> |Accept the chain constructed |
+|------------+-----------+----------------------------------------|
+|<append> |a |Append a remailer to the chain |
+|------------+-----------+----------------------------------------|
+|<insert> |i |Insert a remailer into the chain |
+|------------+-----------+----------------------------------------|
+|<delete> |d |Delete a remailer from the chain |
+|------------+-----------+----------------------------------------|
+|<chain-prev>|<Left> |Select the previous element of the chain|
+|------------+-----------+----------------------------------------|
+|<chain-next>|<Right> |Select the next element of the chain |
++-----------------------------------------------------------------+
+
+
+4.13. Editor Menu
+
+Table 9.14. Default Editor Menu Bindings
+
++-----------------------------------------------------------------------------+
+| Function |Default key| Description |
+|-----------------+-----------+-----------------------------------------------|
+|<bol> |^A |jump to the beginning of the line |
+|-----------------+-----------+-----------------------------------------------|
+|<backward-char> |^B |move the cursor one character to the left |
+|-----------------+-----------+-----------------------------------------------|
+|<backward-word> |Esc b |move the cursor to the beginning of the word |
+|-----------------+-----------+-----------------------------------------------|
+|<capitalize-word>|Esc c |capitalize the word |
+|-----------------+-----------+-----------------------------------------------|
+|<downcase-word> |Esc l |convert the word to lower case |
+|-----------------+-----------+-----------------------------------------------|
+|<upcase-word> |Esc u |convert the word to upper case |
+|-----------------+-----------+-----------------------------------------------|
+|<delete-char> |^D |delete the char under the cursor |
+|-----------------+-----------+-----------------------------------------------|
+|<eol> |^E |jump to the end of the line |
+|-----------------+-----------+-----------------------------------------------|
+|<forward-char> |^F |move the cursor one character to the right |
+|-----------------+-----------+-----------------------------------------------|
+|<forward-word> |Esc f |move the cursor to the end of the word |
+|-----------------+-----------+-----------------------------------------------|
+|<backspace> |<Backspace>|delete the char in front of the cursor |
+|-----------------+-----------+-----------------------------------------------|
+|<kill-eol> |^K |delete chars from cursor to end of line |
+|-----------------+-----------+-----------------------------------------------|
+|<kill-eow> |Esc d |delete chars from the cursor to the end of the |
+| | |word |
+|-----------------+-----------+-----------------------------------------------|
+|<kill-line> |^U |delete all chars on the line |
+|-----------------+-----------+-----------------------------------------------|
+|<quote-char> |^V |quote the next typed key |
+|-----------------+-----------+-----------------------------------------------|
+|<kill-word> |^W |delete the word in front of the cursor |
+|-----------------+-----------+-----------------------------------------------|
+|<complete> |<Tab> |complete filename or alias |
+|-----------------+-----------+-----------------------------------------------|
+|<complete-query> |^T |complete address with query |
+|-----------------+-----------+-----------------------------------------------|
+|<buffy-cycle> |<Space> |cycle among incoming mailboxes |
+|-----------------+-----------+-----------------------------------------------|
+|<history-up> | |scroll up through the history list |
+|-----------------+-----------+-----------------------------------------------|
+|<history-down> | |scroll down through the history list |
+|-----------------+-----------+-----------------------------------------------|
+|<transpose-chars>| |transpose character under cursor with previous |
++-----------------------------------------------------------------------------+
+
+
+Chapter 10. Miscellany