From: Floyd Anderson Date: Fri, 13 Apr 2018 04:32:27 +0000 (+0200) Subject: doc/manual.xml.head: Complete table command line options X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9202db7d16715ed69456b8dc83da3b072a460d1c;p=neomutt doc/manual.xml.head: Complete table command line options Also refine doc/neomutt.man in this conjunction. --- diff --git a/doc/manual.xml.head b/doc/manual.xml.head index b99950d4f..5c88a08bc 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -5395,14 +5395,14 @@ my_hdr Organization: A Really Big Company, Anytown, USA Using %-expandos in <command>save-hook</command> - + # default: save all to ~/Mail/<author name> save-hook . ~/Mail/%F # save from me@turing.cs.hmc.edu and me@cs.hmc.edu to $folder/elkins save-hook me@(turing\\.)?cs\\.hmc\\.edu$ +elkins # save from aol.com to $folder/spam save-hook aol\\.com$ +spam - + @@ -16539,158 +16539,238 @@ folder-hook ^pop 'set read_inc=1' - -A + -A alias - expand an alias + Print an expanded version of the given alias + to stdout and exit. - -a + -a file [...] - attach a file to a message + Attach one or more files to a message. Must + be given at last and separate attachment(s) from address(es) + using the '--' + argument, e.g.: + + +neomutt -a image.jpg -- address1 +neomutt -a image.jpg *.png -- address1 address2 + + - -b + -B - specify a blind carbon-copy (Bcc) address + Run in batch mode (do not start the ncurses UI). - -c + -b address - specify a carbon-copy (Cc) address + Specify a blind carbon copy (Bcc) recipient. - -d + -c address - log debugging output to ~/.neomuttdebug0 if NeoMutt was - compiled with +debug; it can range from 1—5 - and affects verbosity (a value of 2 is recommended) + Specify a carbon copy (Cc) recipient. -D - print the value of all NeoMutt variables to stdout + Dump all configuration variables as + 'name=value' pair to + stdout. -D -S - like -D but hide the value of sensitive variables + Like -D, but hide the value of + sensitive variables. + + + + -d level + + Log debugging output to file (by default to + "~/.neomuttdebug0"). + The level can range from 1–5 and + affects verbosity. A value of 2 is recommended. Using this + option along with -l is useful + to log the early startup process (before reading any + configuration and hence + $debug_level and + $debug_file). -E - edit the draft (-H) or include (-i) file + Edit + draft (-H) or + include (-i) + file during message composition. + + + + -e command + + Specify a command to be run after initial + program configuration. + + + + -F config + + Specify an alternative initialization file to read. See section + Location of Initialization Files + for a list of regular configuration files. + + + + -f mailbox + + Specify a mailbox (as defined with + mailboxes command) to load. - -e + -G - specify a config command to be run after initialization files - are read + Start NeoMutt with a listing of subscribed newsgroups. - -f + -g server - specify a mailbox to load + Like -G, but start at + specified news server. - -F + -H draft - specify an alternate file to read initialization commands + Specify a draft file with header and body + for message composing. -h - print help on command line options + Print this help message and exit. - -H + -i include - specify a draft file from which to read a header and body + Specify an include file to be embedded in + the body of a message. - -i + -l file - specify a file to include in a message composition + Specify a file for debugging output. This + overrules $debug_file + setting. NeoMutt keeps up to five debug logs ({ + file | + $debug_file | + ~/.neomuttdebug }[0-4]) + before override the oldest file. - -m + -m type - specify a default mailbox type + Specify a default mailbox format type for + newly created folders. The type is either + MH, MMDF, Maildir or mbox (case-insensitive). -n - do not read the system neomuttrc + Bypass loading of system-wide configuration file. -p - recall a postponed message + Resume a prior postponed message, if any. - -Q + -Q variable - query a configuration variable + Query a configuration variable after all + configuration files and commands + (-e) have been processed and + print its value to stdout. -R - open mailbox in read-only mode + Open mailbox in read-only mode. - -s + -s subject - specify a subject (enclose in quotes if it contains spaces) + Specify a subject (must be enclosed in + quotes if it has spaces). -v - show version number and compile-time definitions + Print the NeoMutt version and compile-time definitions and exit. + + + + -vv + + Print the NeoMutt license and copyright information and exit. -x - simulate the mailx(1) compose mode + Simulate the mailx(1) send + mode. -y - show a menu containing the files specified by the - mailboxes command + Start NeoMutt with a listing of all defined mailboxes. + + + + -Z + + Open the first mailbox with new message or exit immediately with + exit code 1 if none is found in all defined mailboxes. -z - exit immediately if there are no messages in the mailbox + Open the first or specified + (-f) mailbox if it holds any + message or exit immediately with exit code 1 otherwise. - -Z + -- - open the first folder with new message, exit immediately if - none + Special argument forces NeoMutt to stop option parsing and + treat remaining arguments as address even if + they start with a hyphen. diff --git a/doc/neomutt.man b/doc/neomutt.man index deee13c31..1335be894 100644 --- a/doc/neomutt.man +++ b/doc/neomutt.man @@ -147,11 +147,11 @@ Run in batch mode (do not start the ncurses UI). . .TP .BI \-b " address" -Specify a blind-carbon-copy (BCC) recipient. +Specify a blind-carbon-copy (Bcc) recipient. . .TP .BI \-c " address" -Specify a carbon-copy (CC) recipient. +Specify a carbon-copy (Cc) recipient. . .TP .BI \-D @@ -207,7 +207,7 @@ a message. . .TP .BI \-h -Display help. +Display this help message. . .TP .BI \-i " include" @@ -250,7 +250,9 @@ Display license and copyright information. . .TP .BI \-x -Emulate the mailx compose mode. +Simulate the +.BR mailx (1) +send mode. . .TP .BI \-y @@ -498,6 +500,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details. .\" -------------------------------------------------------------------- .PP .BR gettext (1), +.BR mailx (1), .BR msmtp (1), .BR notmuch (1), .BR pgpring (1),