]> granicus.if.org Git - neomutt/commitdiff
docs: add documentation for -DS command line switch
authorGuyzmo <guyzmo+github+pub@m0g.net>
Wed, 18 Jan 2017 17:26:16 +0000 (18:26 +0100)
committerRichard Russon <rich@flatcap.org>
Thu, 19 Jan 2017 16:32:43 +0000 (16:32 +0000)
doc/manual.xml.head
doc/mutt.man

index 083dbf89a351a428f4205fc31e5562720629d3ae..0a520e0b1f6e7af2b3110a21724e93b89400c319 100644 (file)
@@ -14145,6 +14145,7 @@ mailboxes and to send messages from the command line as well.
 <row><entry>-c</entry><entry>specify a carbon-copy (Cc) address</entry></row>
 <row><entry>-d</entry><entry>log debugging output to ~/.muttdebug0 if mutt was compiled with +DEBUG; it can range from 1-5 and affects verbosity (a value of 2 is recommended)</entry></row>
 <row><entry>-D</entry><entry>print the value of all Mutt variables to stdout</entry></row>
+<row><entry>-D -S</entry><entry>like -D but hide the value of sensitive variables</entry></row>
 <row><entry>-E</entry><entry>edit the draft (-H) or include (-i) file</entry></row>
 <row><entry>-e</entry><entry>specify a config command to be run after initialization files are read</entry></row>
 <row><entry>-f</entry><entry>specify a mailbox to load</entry></row>
index b5b73379f4fced75620b57f0a88b9328b9af23ef..07404a17b1a20397d080a513cca4ec3de61d1c36 100644 (file)
@@ -62,7 +62,7 @@ mutt \- The Mutt Mail User Agent
 \-v[v]
 .PP
 .B mutt 
-\-D
+\-D [\-S]
 .SH DESCRIPTION
 .PP
 Mutt is a small but very powerful text based program for reading and sending electronic
@@ -94,6 +94,8 @@ If mutt was compiled with +DEBUG log debugging output to ~/.muttdebug0.
 recommended.
 .IP "-D"
 Print the value of all configuration options to stdout.
+.IP "-D -S"
+like -D but hide the value of sensitive variables
 .IP "-E"
 Causes the draft file specified by -H or include file specified by -i
 to be edited during message composition.