From: pdmef Date: Mon, 12 Sep 2005 14:42:25 +0000 (+0000) Subject: Rocco Rutte: X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=fa02a1073925b7d14953f05089890a0864c00dca Rocco Rutte: - fix some indexing and content issues for vardef - try to find better names for tables given _before_ reference chapter - move sidebar function table out to reference chapter - kill cr*p for functions in reference chapter, use tables instead - fix appendices git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@514 e385b8ad-14ed-0310-8656-cc95a2468c6d --- diff --git a/VERSION.svn b/VERSION.svn index 31cf34b..a087962 100644 --- a/VERSION.svn +++ b/VERSION.svn @@ -1 +1 @@ -513 +514 diff --git a/doc/Makefile.in b/doc/Makefile.in index 83168b4..a0da42b 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -141,7 +141,7 @@ clean: rm -f *.aux *.log *.tex *.out clean-real: - rm -f manual.txt manual.html manual.xml manual.pdf + rm -f manual.txt manual.html manual.xml manual-pre.xml manual.pdf rm -rf html maintainer-clean: clean clean-real distclean diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 021d40d..e41494c 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -691,7 +691,7 @@ - Default Menu Movement Keys + Most commonly used movement bindings @@ -769,7 +769,7 @@
- Built-In Editor Functions + Line Editor Functions @@ -906,10 +906,6 @@ bind editor <delete> backspace - - - - @@ -935,7 +931,7 @@
- Default Index Menu Bindings + Most commonly used Index Bindings @@ -1294,7 +1290,7 @@
- Default Pager Menu Bindings + Most commonly used Pager Bindings @@ -1521,7 +1517,7 @@
- Default Thread Function Bindings + Most commonly used thread-related bindings @@ -1643,9 +1639,7 @@ command is added to the file specified by the variable for future use. Note: Specifying an - does not add the aliases specified there-in, you must also - source - + does not add the aliases specified there-in, you must also source the file. @@ -1668,9 +1662,7 @@ - Toggles the weeding of message header fields specified by - ignore - + Toggles the weeding of message header fields specified by ignore commands. @@ -1703,9 +1695,7 @@ - Note that this command is also available on the - compose-menu - + Note that this command is also available on the compose-menu .There, it's used to fine-tune the properties of attachments you are going to send. @@ -1749,9 +1739,7 @@ Reply to the current or tagged message(s) by extracting any addresses which - match the regular expressions given by the - lists - + match the regular expressions given by the lists commands, but also honor any Mail-Followup-To header(s) if the @@ -1858,7 +1846,7 @@
- Default Mail Composition Bindings + Most commonly used Mail Composition Bindings @@ -1913,10 +1901,7 @@ Bouncing a message sends the message as is to the recipient you specify. Forwarding a message allows you to add comments or modify the message you are forwarding. These items are discussed - in greater detail in the next chapter - forwarding-mail - - . + in greater detail in the next chapter forwarding-mail. @@ -2028,7 +2013,7 @@ set edit_headers
- Default Compose Menu Bindings + Most commonly used Compose Menu Bindings @@ -2741,10 +2726,7 @@ a horrible death. Basic Syntax of Initialization Files - An initialization file consists of a series of - commands - - .Each line of the file may contain one or more commands. + An initialization file consists of a series of commands. Each line of the file may contain one or more commands. When multiple commands are used, they must be separated by a semicolon (;). @@ -3292,10 +3274,8 @@ alias theguys manny, moe, jack Unlike other mailers, Mutt-ng doesn't require aliases to be defined in a special file. The alias command can appear anywhere in - a configuration file, as long as this file is - source - - .Consequently, you can have multiple alias files, or + a configuration file, as long as this file is source. + Consequently, you can have multiple alias files, or you can have all aliases defined in your muttrc. @@ -3308,9 +3288,7 @@ alias theguys manny, moe, jack special either, in the sense that Mutt-ng will happily append aliases to any file, but in - order for the new aliases to take effect you need to explicitly - source - + order for the new aliases to take effect you need to explicitly source this file too. @@ -3641,10 +3619,8 @@ Usage: bind map key key is pressed. - For a complete list of functions, see the - functions - - .The special function noop unbinds the specified key + For a complete list of functions, see the functions. + The special function noop unbinds the specified key sequence. @@ -4517,14 +4493,11 @@ Usage: [un]subscribe regexp [r - Mutt-ng has a few nice features for - using-lists - - .In order to take advantage of them, you must + Mutt-ng has a few nice features for using-lists. + In order to take advantage of them, you must specify which addresses belong to mailing lists, and which mailing - lists you are subscribed to. Once you have done this, the - list-reply - + lists you are subscribed to. Once you have done this, the + list-reply function will work for all known lists. Additionally, when you send a message to a subscribed list, mutt will add a Mail-Followup-To header to tell other users' mail user agents @@ -4676,9 +4649,7 @@ Usage: [un]mailboxes [!]filename [ command are resolved when - the command is executed, so if these names contain - shortcuts - + the command is executed, so if these names contain shortcuts (such as ``='' and ``!''), any variable definition that affect these characters (like and ) @@ -5081,8 +5052,7 @@ Usage: push string This command adds the named string to the keyboard buffer. The string may contain control characters, key names and function - names like the sequence string in the macro command. You may use it to + names like the sequence string in the macro command. You may use it to automatically run a sequence of commands at startup, or when entering certain folders. For example, the following command will automatically collapse all threads when entering a folder: @@ -5445,10 +5415,8 @@ Usage: reset variable [variabl - This command is used to set (and unset) - variables - - .There are four basic types of variables: + This command is used to set (and unset) variables. + There are four basic types of variables: boolean, number, string and quadoption. boolean variables can be set (true) or unset (false). @@ -7062,56 +7030,6 @@ color sidebar white black - - The available functions are: - -
- Default Sidebar Function Bindings - - - - Key - Function - Description - - - - - none - - Scrolls the mailbox list up 1 page - - - none - - Scrolls the mailbox list down 1 page - - - none - - Highlights the next mailbox - - - none - - Highlights the next mailbox with new mail - - - none - - Highlights the previous mailbox - - - none - - Opens the currently highlighted mailbox - - - -
- -
- Reasonable key bindings look e.g. like this: @@ -7387,9 +7305,8 @@ From me@cs.hmc.edu Fri, 11 Apr 1997 11:44:56 PST
through which you received a message (i.e., of a subscribed list) in the index menu display. This is useful to distinguish between - personal and list mail in the same mailbox. In the - index-format - + personal and list mail in the same mailbox. In the + variable, the escape ``%L'' will return the string ``To <list>'' when ``list'' appears in the ``To'' field, and ``Cc <list>'' when it appears in the ``Cc'' @@ -7412,9 +7329,7 @@ From me@cs.hmc.edu Fri, 11 Apr 1997 11:44:56 PST Mutt-ng also supports the Mail-Followup-To header. When you send a message to a list of recipients which includes one or several - subscribed mailing lists, and if the - followup-to - + subscribed mailing lists, and if the option is set, mutt will generate a Mail-Followup-To header which contains all the recipients to whom you send this message, but not your address. This indicates that @@ -7681,9 +7596,8 @@ From me@cs.hmc.edu Fri, 11 Apr 1997 11:44:56 PST Another way to access your POP3 mail is the fetch-mail function - (default: G). It allows to connect to - pop-host - + (default: G). It allows to connect to pop-host ,fetch all your new mail and place it in the local . After this point, Mutt-ng runs exactly as if the mail had always been local. @@ -8052,28 +7966,20 @@ score ! =42 --with-libesmtp or the output muttng -v contains +USE_LIBESMTP, this will be or is the case already. The SMTP - support includes support for Delivery Status Notification (see - dsn - - section) as well as - handling the 8BITMIME flag controlled via - use-8bitmime - - . + support includes support for Delivery Status Notification + (see dsn section) as well as + handling the 8BITMIME flag controlled via + . To enable sending mail directly via SMTP without an MTA such as - Postfix or SSMTP and the like, simply set the - smtp-host - + Postfix or SSMTP and the like, simply set the variable pointing to your SMTP server. - Authentication mechanisms are available via the - smtp-user - + Authentication mechanisms are available via the and variables. @@ -8219,9 +8125,8 @@ append-hook \\.gz$ "gzip -c %t >> %f" supposes it is not compressed. This is important because it allows the use of programs that do not have well defined extensions. Just use "." as a regexp. But this may be surprising if your - compressing script produces empty files. In this situation, unset - save-empty - + compressing script produces empty files. In this situation, unset + ,so that the compressed file will be removed if you delete all of the messages. @@ -8382,9 +8287,7 @@ append-hook \\.gz$ "gzip -c %t >> %f" When is used, the folder is not opened, which saves time, but this means that we can not find out - what the folder type is. Thus the default ( - mbox-type - + what the folder type is. Thus the default ( )type is always supposed (i.e. this is the format used for the temporary folder). @@ -8817,9 +8720,7 @@ text/*; more parameters in expansion of %s syntaxes properly, and avoids risky characters by - substituting them, see the - mailcap-sanitize - + substituting them, see the variable. @@ -8907,10 +8808,8 @@ text/html; lynx -dump %s ; copiousoutput needsterminal - Mutt-ng uses this flag when viewing attachments with - auto-view - - ,in order to decide whether it should honor the setting + Mutt-ng uses this flag when viewing attachments with auto-view, + in order to decide whether it should honor the setting of the variable or not. When an attachment is viewed using an interactive program, and the @@ -9063,9 +8962,7 @@ nametemplate=%s.gif - In addition, you can use this with - auto-view - + In addition, you can use this with auto-view to denote two commands for viewing an attachment, one to be viewed automatically, the other to be viewed interactively from the attachment @@ -9494,9 +9391,7 @@ mailto:joe@host?Attach=~/.gnupg/secring.gpg - When unsetting the - strict-mailto - + When unsetting the variable, mutt-ng will @@ -9649,7 +9544,7 @@ mailto:joe@host?Attach=~/.gnupg/secring.gpg - Mutt-NG Command Line Options + Reference: Command Line Options @@ -9817,7 +9712,7 @@ mailto:joe@host?Attach=~/.gnupg/secring.gpg
- Patterns + Reference: Patterns @@ -10066,18 +9961,11 @@ mailto:joe@host?Attach=~/.gnupg/secring.gpg - *) The forms <]MAX[, - >]MIN[ - - , - ]MIN[- and -]MAX[ + *) The forms <[MAX], >[MIN], + [MIN]- and -[MAX] are allowed, too. - - - - @@ -10631,7 +10519,7 @@ mailto:joe@host?Attach=~/.gnupg/secring.gpg
- Obsolete Variables + Reference: Obsolete Variables @@ -10690,7 +10578,7 @@ mailto:joe@host?Attach=~/.gnupg/secring.gpg pgp_replysignencrypted - + pgp_verify_sig @@ -10722,7 +10610,7 @@ mailto:joe@host?Attach=~/.gnupg/secring.gpg shorten_hierarchy - + ask_followup_to diff --git a/doc/manual.xml.tail b/doc/manual.xml.tail index ebc29da..63af51d 100644 --- a/doc/manual.xml.tail +++ b/doc/manual.xml.tail @@ -28,42 +28,176 @@ - - bottom-page L move to the bottom of the page - current-bottom not bound move current entry to bottom of page - current-middle not bound move current entry to middle of page - current-top not bound move current entry to top of page - enter-command : enter a muttngrc command - exit q exit this menu - first-entry = move to the first entry - half-down ] scroll down 1/2 page - half-up [ scroll up 1/2 page - help ? this screen - jump number jump to an index number - last-entry * move to the last entry - middle-page M move to the middle of the page - next-entry j move to the next entry - next-line > scroll down one line - next-page z move to the next page - previous-entry k move to the previous entry - previous-line < scroll up one line - previous-page Z move to the previous page - refresh ^L clear and redraw the screen - search / search for a regular expression - search-next n search for next match - search-opposite not bound search for next match in opposite - direction - search-reverse ESC / search backwards for a regular - expression - select-entry RET select the current entry - shell-escape ! run a program in a subshell - tag-entry t toggle the tag on the current entry - tag-prefix ; apply next command to tagged entries - tag-prefix-cond not bound apply next function ONLY to tagged - messages - top-page H move to the top of the page - what-key not bound display the keycode for a key press - +
+ Reference: Default Generic Function Bindings + + + + Function + Default Key + Description + + + + + + L + move to the bottom of the page + + + + not bound + move current entry to bottom of page + + + + not bound + move current entry to middle of page + + + + not bound + move current entry to top of page + + + + : + enter a muttngrc command + + + + q + exit this menu + + + + = + move to the first entry + + + + ] + scroll down 1/2 page + + + + [ + scroll up 1/2 page + + + + ? + this screen + + + + number + jump to an index number + + + + * + move to the last entry + + + + M + move to the middle of the page + + + + j + move to the next entry + + + + > + scroll down one line + + + + z + move to the next page + + + + k + move to the previous entry + + + + < + scroll up one line + + + + Z + move to the previous page + + + + ^L + clear and redraw the screen + + + + / + search for a regular expression + + + + n + search for next match + + + + not bound + search for next match in opposite direction + + + + ESC / + search backwards for a regular expression + + + + RET + select the current entry + + + + ! + run a program in a subshell + + + + t + toggle the tag on the current entry + + + + ; + apply next command to tagged entries + + + + not bound + apply next function ONLY to tagged messages + + + + H + move to the top of the page + + + + not bound + display the keycode for a key press + + + +
+
@@ -74,91 +208,366 @@ - - 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 - check-traditional-pgp ESC P check for classic pgp - clear-flag W clear a status flag from a message - copy-message C copy a message to a file/mailbox - create-alias a create an alias from a message - senderdecode-copy ESC C decode a message and copy it - to a file/mailbox - decode-save ESC s decode a message and save it to a - file/mailbox - delete-message d delete the current entry - delete-pattern D delete messages matching a pattern - delete-subthread ESC d delete all messages in subthread - delete-thread ^D delete all messages in thread - display-address @ display full address of sender - display-toggle-weed h display message and toggle header - weeding - display-message RET display a message - edit e edit the current message - edit-type ^E edit the current message's - Content-Type - exit x exit without saving changes - extract-keys ^K extract PGP public keys - fetch-mail G retrieve mail from POP server - flag-message F toggle a message's 'important' flag - forget-passphrase ^F wipe PGP passphrase from memory - forward-message f forward a message with comments - group-reply g reply to all recipients - limit l show only messages matching a - patternlist-reply L reply to specified mailing - list - mail m compose a new mail message - mail-key ESC k mail a PGP public key - next-new not bound jump to the next new message - next-new-then-unread TAB jump to the next new or unread message - next-subthread ESC n jump to the next subthread - next-thread ^N jump to the next thread - next-undeleted j move to the next undeleted message - next-unread not bound jump to the next unread message - parent-message P jump to parent message in thread - pipe-message | pipe message/attachment to a shell - command - previous-new not bound jump to the previous new message - previous-new-then-unread - ESC TAB jump to the previous new or unread message + + Reference: Default Index Function Bindings + + + + Function + Default Key + Description + + + + + + b + remail a message to another user + + + + c + open a different folder + + + + ESC c + open a different folder in read only mode + + + + ESC P + check for classic pgp + + + + W + clear a status flag from a message + + + + C + copy a message to a file/mailbox + + + + a + create an alias from a message sender + + + + ESC C + decode a message and copy it to a file/mailbox + + + + ESC s + decode a message and save it to a file/mailbox + + + + d + delete the current entry + + + + D + delete messages matching a pattern + + + + ESC d + delete all messages in subthread + + + + ^D + delete all messages in thread + + + + @ + display full address of sender + + + + h + display message and toggle header weeding + + + + RET + display a message + + + + e + edit the current message + + + + ^E + edit the current message's Content-Type + + + + x + exit without saving changes + + + + ^K + extract PGP public keys + + + + G + retrieve mail from POP server + + + + F + toggle a message's 'important' flag + + + + ^F + wipe PGP passphrase from memory + + + + f + forward a message with comments + + + + g + reply to all recipients + + + + l + show only messages matching a pattern + + + + L + reply to specified mailing list + + + + m + compose a new mail message + + + + ESC k + mail a PGP public key + + + + not bound + jump to the next new message + + + + TAB + jump to the next new or unread message + + + + ESC n + jump to the next subthread + + + + ^N + jump to the next thread + + + + j + move to the next undeleted message + + + + not bound + jump to the next unread message + + + + P + jump to parent message in thread + + + + | + pipe message/attachment to a shell command + + + + not bound + jump to the previous new message + + + + ESC TAB + jump to the previous new or unread message + + + + Z + move to the previous page + + + + ESC p + jump to previous subthread + + + + ^P + jump to previous thread + + + + k + move to the last undelete message + + + + not bound + jump to the previous unread message + + + + p + print the current entry + + + + Q + query external program for addresses + + + + q + save changes to mailbox and quit + + + + ESC r + mark the current subthread as read + + + + ^R + mark the current thread as read + + + + R + recall a postponed message + + + + r + reply to a message + + + + ESC e + resend message and preserve MIME structure + + + + s + save message/attachment to a file + + + + w + set a status flag on a message + + + + V + show the Mutt-ng version number and date + + + + ESC l + show currently active limit pattern, if any + + + + o + sort messages + + + + O + sort messages in reverse order + + + + $ + save changes to mailbox + + + + T + tag messages matching a pattern + + + + ESC t + tag/untag all messages in the current thread + + + + N + toggle a message's 'new' flag + + + + % + toggle whether the mailbox will be rewritten + + + + u + undelete the current entry + + + + U + undelete messages matching a pattern + + + + ESC u + undelete all messages in subthread + + + + ^U + undelete all messages in thread + + + + ^T + untag messages matching a pattern + + + + v + show MIME attachments + + + +
- previous-page Z move to the previous page - previous-subthread ESC p jump to previous subthread - previous-thread ^P jump to previous thread - previous-undeleted k move to the last undelete message - previous-unread not bound jump to the previous unread message - print-message p print the current entry - query Q query external program for addresses - quit q save changes to mailbox and quit - read-subthread ESC r mark the current subthread as read - read-thread ^R mark the current thread as read - recall-message R recall a postponed message - reply r reply to a message - resend-message ESC e resend message and preserve MIME - structure - save-message s save message/attachment to a file - set-flag w set a status flag on a message - show-version V show the Mutt-ng version number and - date - show-limit ESC l show currently active limit pattern, - if any - sort-mailbox o sort messages - sort-reverse O sort messages in reverse order - sync-mailbox $ save changes to mailbox - tag-pattern T tag messages matching a pattern - tag-thread ESC t tag/untag all messages in the - current thread - toggle-new N toggle a message's 'new' flag - toggle-write % toggle whether the mailbox will be - rewritten - 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 - untag-pattern ^T untag messages matching a pattern - view-attachments v show MIME attachments -
@@ -169,92 +578,391 @@ - - bottom not bound jump to the bottom of the message - 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 - check-traditional-pgp ESC P check for classic pgp - copy-message C copy a message to a file/mailbox - create-alias a create an alias from a message - senderdecode-copy ESC C decode a message and copy it - to a file/mailbox - decode-save ESC s decode a message and save it to a - file/mailbox - delete-message d delete the current entry - delete-subthread ESC d delete all messages in subthread - delete-thread ^D delete all messages in thread - display-address @ display full address of sender - display-toggle-weed h display message and toggle header - weeding - edit e edit the current message - edit-type ^E edit the current message's - Content-Type - enter-command : enter a muttngrc command - exit i return to the main-menu - extract-keys ^K extract PGP public keys - flag-message F toggle a message's 'important' flag - forget-passphrase ^F wipe PGP passphrase from memory - forward-message f forward a message with comments - group-reply g reply to all recipients - half-up not bound move up one-half page - half-down not bound move down one-half page - help ? this screen - list-reply L reply to specified mailing list - mail m compose a new mail message - mail-key ESC k mail a PGP public key - mark-as-new N toggle a message's 'new' flag - next-line RET scroll down one line - next-entry J move to the next entry - next-new not bound jump to the next new message - next-new-then-unread TAB jump to the next new or unread message - next-page move to the next page - next-subthread ESC n jump to the next subthread - next-thread ^N jump to the next thread - next-undeleted j move to the next undeleted message - next-unread not bound jump to the next unread message - parent-message P jump to parent message in thread - pipe-message | pipe message/attachment to a shell - command - previous-line BackSpace scroll up one line - previous-entry K move to the previous entry - previous-new not bound jump to the previous new message - previous-new-then-unread - not bound jump to the previous new or unread message - previous-page - move to the previous page - previous-subthread ESC p jump to previous subthread - previous-thread ^P jump to previous thread - previous-undeleted k move to the last undelete message - previous-unread not bound jump to the previous unread message - print-message p print the current entry - quit Q save changes to mailbox and quit - read-subthread ESC r mark the current subthread as read - read-thread ^R mark the current thread as read - recall-message R recall a postponed message - redraw-screen ^L clear and redraw the screen - reply r reply to a message - save-message s save message/attachment to a file - search / search for a regular expression - search-next n search for next match - search-opposite not bound search for next match in opposite - direction - search-reverse ESC / search backwards for a regular - expression - search-toggle \ toggle search pattern coloring - shell-escape ! invoke a command in a subshell - show-version V show the Mutt-ng version number and - date - skip-quoted S skip beyond quoted text - sync-mailbox $ save changes to mailbox - tag-message t tag a message - toggle-quoted T toggle display of quoted text - top ^ jump to the top of the message - 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 - + + Reference: Default Pager Function Bindings + + + + Function + Default Key + Description + + + + + + not bound + jump to the bottom of the message + + + + b + remail a message to another user + + + + c + open a different folder + + + + ESC c + open a different folder in read only mode + + + + ESC P + check for classic pgp + + + + C + copy a message to a file/mailbox + + + + a + create an alias from a message + + + + ESC C + decode a message and copy it to a file/mailbox + + + + ESC s + decode a message and save it to a file/mailbox + + + + d + delete the current entry + + + + ESC d + delete all messages in subthread + + + + ^D + delete all messages in thread + + + + @ + display full address of sender + + + + h + display message and toggle header weeding + + + + e + edit the current message + + + + ^E + edit the current message's Content-Type + + + + : + enter a muttngrc command + + + + i + return to the main-menu + + + + ^K + extract PGP public keys + + + + F + toggle a message's 'important' flag + + + + ^F + wipe PGP passphrase from memory + + + + f + forward a message with comments + + + + g + reply to all recipients + + + + not bound + move up one-half page + + + + not bound + move down one-half page + + + + ? + this screen + + + + L + reply to specified mailing list + + + + m + compose a new mail message + + + + ESC k + mail a PGP public key + + + + N + toggle a message's 'new' flag + + + + RET + scroll down one line + + + + J + move to the next entry + + + + not bound + jump to the next new message + + + + TAB + jump to the next new or unread message + + + + not bound + move to the next page + + + + ESC n + jump to the next subthread + + + + ^N + jump to the next thread + + + + j + move to the next undeleted message + + + + not bound + jump to the next unread message + + + + P + jump to parent message in thread + + + + | + pipe message/attachment to a shell command + + + + BackSpace + scroll up one line + + + + K + move to the previous entry + + + + not bound + jump to the previous new message + + + + not bound + jump to the previous new or unread message + + + + - + move to the previous page + + + + ESC p + jump to previous subthread + + + + ^P + jump to previous thread + + + + k + move to the last undelete message + + + + not bound + jump to the previous unread message + + + + p + print the current entry + + + + Q + save changes to mailbox and quit + + + + ESC r + mark the current subthread as read + + + + ^R + mark the current thread as read + + + + R + recall a postponed message + + + + ^L + clear and redraw the screen + + + + r + reply to a message + + + + s + save message/attachment to a file + + + + / + search for a regular expression + + + + n + search for next match + + + + not bound + search for next match in opposite direction + + + + ESC / + search backwards for a regular expression + + + + \ + toggle search pattern coloring + + + + ! + invoke a command in a subshell + + + + V + show the Mutt-ng version number and date + + + + S + skip beyond quoted text + + + + $ + save changes to mailbox + + + + t + tag a message + + + + T + toggle display of quoted text + + + + ^ + jump to the top of the message + + + + u + undelete the current entry + + + + ESC u + undelete all messages in subthread + + + + ^U + undelete all messages in thread + + + + v + show MIME attachments + + + +
+
@@ -265,12 +973,36 @@ - - search / search for a regular expression - search-next n search for next match - search-reverse ESC / search backwards for a regular - expression - + + Reference: Default Alias Menu Function Bindings + + + + Function + Default Key + Description + + + + + + / + search for a regular expression + + + + n + search for next match + + + + ESC / + search backwards for a regular expression + + + +
+
@@ -281,19 +1013,61 @@ - - create-alias a create an alias from a message - sendermail m compose a new mail message - query Q query external program for addresses - query-append A append new query results to current - results - search / search for a regular expression - search-next n search for next match - search-opposite not bound search for next match in opposite - direction - search-reverse ESC / search backwards for a regular - expression - + + Reference: Default Query Menu Function Bindings + + + + Function + Default Key + Description + + + + + + a + create an alias from a message sender + + + + m + compose a new mail message + + + + Q + query external program for addresses + + + + A + append new query results to current results + + + + / + search for a regular expression + + + + n + search for next match + + + + not bound + search for next match in opposite direction + + + + ESC / + search backwards for a regular expression + + + +
+
@@ -304,31 +1078,111 @@ - - bounce-message b remail a message to another user - collapse-parts v toggle display of subparts - delete-entry d delete the current entry - display-toggle-weed h display message and toggle header - weeding - edit-type ^E edit the current entry's - Content-Typeextract-keys ^K extract PGP public keys - forward-message f forward a message with comments - group-reply g reply to all recipients - list-reply L reply to specified mailing list - pipe-entry | pipe message/attachment to a shell - command - print-entry p print the current entry - reply r reply to a message - resend-message ESC e resend message and preserve MIME - structure - save-entry s save message/attachment to a file - undelete-entry u undelete the current entry - view-attach RET view attachment using mailcap entry - if necessary - view-mailcap m force viewing of attachment using - mailcap - view-text T view attachment as text - + + Reference: Default Attachment Menu Function Bindings + + + + Function + Default Key + Description + + + + + + b + remail a message to another user + + + + v + toggle display of subparts + + + + d + delete the current entry + + + + h + display message and toggle header weeding + + + + ^E + edit the current entry's Content-Type + + + + ^K + extract PGP public keys + + + + f + forward a message with comments + + + + g + reply to all recipients + + + + L + reply to specified mailing list + + + + | + pipe message/attachment to a shell command + + + + p + print the current entry + + + + r + reply to a message + + + + ESC e + resend message and preserve MIME structure + + + + s + save message/attachment to a file + + + + u + undelete the current entry + + + + RET + view attachment using mailcap entry if necessary + + + + m + force viewing of attachment using mailcap + + + + T + view attachment as text + + + +
+
@@ -339,48 +1193,186 @@ - - attach-file a attach a file(s) to this message - attach-message A attach message(s) to this message - attach-key ESC k attach a PGP public key - copy-file C save message/attachment to a file - detach-file D delete the current entry - display-toggle-weed h display message and toggle header - weeding - edit-bcc b edit the BCC list - edit-cc c edit the CC list - edit-description d edit attachment description - edit-encoding ^E edit attachment transfer-encoding - edit-fcc f enter a file to save a copy of this - message in - edit-from ESC f edit the from: field - edit-file ^X e edit the file to be attached - edit-headers E edit the message with headers - edit e edit the message - edit-mime m edit attachment using mailcap entry - edit-reply-to r edit the Reply-To field - edit-subject s edit the subject of this message - edit-to t edit the TO list - edit-type ^T edit attachment type - filter-entry F filter attachment through a shell - command - forget-passphrase ^F wipe PGP passphrase from memory - ispell i run ispell on the message - new-mime n compose new attachment using mailcap - entry - pgp-menu p show PGP options - pipe-entry | pipe message/attachment to a shell - command - postpone-message P save this message to send later - print-entry l print the current entry - rename-file R rename/move an attached file - send-message y send the message - toggle-unlink u toggle whether to delete file after - sending it - view-attach RET view attachment using mailcap entry - if necessary - write-fcc w write the message to a folder - + + Reference: Default Compose Menu Function Bindings + + + + Function + Default Key + Description + + + + + + a + attach a file(s) to this message + + + + A + attach message(s) to this message + + + + ESC k + attach a PGP public key + + + + C + save message/attachment to a file + + + + D + delete the current entry + + + + h + display message and toggle header weeding + + + + b + edit the BCC list + + + + c + edit the CC list + + + + d + edit attachment description + + + + ^E + edit attachment transfer-encoding + + + + f + enter a file to save a copy of this message in + + + + ESC f + edit the from: field + + + + ^X e + edit the file to be attached + + + + E + edit the message with headers + + + + e + edit the message + + + + m + edit attachment using mailcap entry + + + + r + edit the Reply-To field + + + + s + edit the subject of this message + + + + t + edit the TO list + + + + ^T + edit attachment type + + + + F + filter attachment through a shell command + + + + ^F + wipe PGP passphrase from memory + + + + i + run ispell on the message + + + + n + compose new attachment using mailcap entry + + + + p + show PGP options + + + + | + pipe message/attachment to a shell command + + + + P + save this message to send later + + + + l + print the current entry + + + + R + rename/move an attached file + + + + y + send the message + + + + u + toggle whether to delete file after sending it + + + + RET + view attachment using mailcap entry if necessary + + + + w + write the message to a folder + + + +
+
@@ -391,10 +1383,31 @@ - - delete-entry d delete the current entry - undelete-entry u undelete the current entry - + + Reference: Default Postpone Menu Function Bindings + + + + Function + Default Key + Description + + + + + + d + delete the current entry + + + + u + undelete the current entry + + + +
+
@@ -405,27 +1418,91 @@ - - change-dir c change directories - check-new TAB check mailboxes for new mail - enter-mask m enter a file mask - search / search for a regular expression - search-next n search for next match - search-reverse ESC / search backwards for a regular - expression - select-new N select a new file in this directory - sort o sort messages - sort-reverse O sort messages in reverse order - toggle-mailboxes TAB toggle whether to browse mailboxes - or all files - view-file SPACE view file - subscribe s subscribe to current mailbox (IMAP - Only) - unsubscribe u unsubscribe to current mailbox (IMAP - Only) - toggle-subscribed T toggle view all/subscribed mailboxes - (IMAP Only) - + + Reference: Default Browser Menu Function Bindings + + + + Function + Default Key + Description + + + + + + c + change directories + + + + TAB + check mailboxes for new mail + + + + m + enter a file mask + + + + / + search for a regular expression + + + + n + search for next match + + + + ESC / + search backwards for a regular expression + + + + N + select a new file in this directory + + + + o + sort messages + + + + O + sort messages in reverse order + + + + TAB + toggle whether to browse mailboxes or all files + + + + SPACE + view file + + + + s + subscribe to current mailbox (IMAP Only) + + + + u + unsubscribe to current mailbox (IMAP Only) + + + + T + toggle view all/subscribed mailboxes (IMAP Only) + + + +
+
@@ -436,10 +1513,31 @@ - - view-name % view the key's user id - verify-key c verify a PGP public key - + + Reference: Default PGP Menu Function Bindings + + + + Function + Default Key + Description + + + + + + % + view the key's user id + + + + c + verify a PGP public key + + + +
+
@@ -450,52 +1548,193 @@ - - backspace BackSpace delete the char in front of the - cursor - backward-char ^B move the cursor one character to the - left - backward-word ESC b move the cursor to the previous word - bol ^A jump to the beginning of the line - buffy-cycle Space cycle among incoming mailboxes - capitalize-word ESC c uppercase the first character in the - word - complete TAB complete filename or alias - complete-query ^T complete address with query - delete-char ^D delete the char under the cursor - downcase-word ESC l lowercase all characters in current - word - 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 next word - history-down not bound scroll down through the history list - history-up not bound scroll up through the history list - kill-eol ^K delete chars from cursor to end of - line - kill-eow ESC d delete chars from cursor to end of - word - kill-line ^U delete all chars on the line - kill-word ^W delete the word in front of the - cursor - quote-char ^V quote the next typed key - transpose-chars not bound transpose character under cursor - with previous - upcase-word ESC u uppercase all characters in current - word - + + Reference: Default Editor Function Bindings + + + + Function + Default Key + Description + + + + + + BackSpace + delete the char in front of the cursor + + + + ^B + move the cursor one character to the left + + + + ESC b + move the cursor to the previous word + + + + ^A + jump to the beginning of the line + + + + Space + cycle among incoming mailboxes + + + + ESC c + uppercase the first character in the word + + + + TAB + complete filename or alias + + + + ^T + complete address with query + + + + ^D + delete the char under the cursor + + + + ESC l + lowercase all characters in current word + + + + ^E + jump to the end of the line + + + + ^F + move the cursor one character to the right + + + + ESC f + move the cursor to the next word + + + + not bound + scroll down through the history list + + + + not bound + scroll up through the history list + + + + ^K + delete chars from cursor to end of line + + + + ESC d + delete chars from cursor to end of word + + + + ^U + delete all chars on the line + + + + ^W + delete the word in front of the cursor + + + + ^V + quote the next typed key + + + + not bound + transpose character under cursor with previous + + + + ESC u + uppercase all characters in current word + + + +
+
- + + + sidebar + + + + Referene: Default Sidebar Function Bindings + + + + Key + Function + Description + + + + + none + + Scrolls the mailbox list up 1 page + + + none + + Scrolls the mailbox list down 1 page + + + none + + Highlights the next mailbox + + + none + + Highlights the next mailbox with new mail + + + none + + Highlights the previous mailbox + + + none + + Opens the currently highlighted mailbox + + + +
+
+ +
+ - - - + Acknowledgments @@ -683,9 +1922,9 @@ - + - + Hacking Documentation @@ -810,7 +2049,7 @@ - + diff --git a/doc/muttng-manual.xsl b/doc/muttng-manual.xsl index 8f68116..6cf0fbb 100644 --- a/doc/muttng-manual.xsl +++ b/doc/muttng-manual.xsl @@ -105,9 +105,9 @@ <xsl:value-of select="concat('$',@name)"/> Configuration Variables - + $ - +