changeset: 6593:789500dae762 user: Kevin McCarthy <[email protected]> date: Wed Mar 23 13:17:55 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/789500dae762
Add "-d" command-line option to manual. (closes #3816) Thanks to Richard Russon for finding this patch in the Fedora package. diffs (11 lines): diff -r 180380cd9119 -r 789500dae762 doc/manual.xml.head --- a/doc/manual.xml.head Wed Mar 23 13:06:15 2016 -0700 +++ b/doc/manual.xml.head Wed Mar 23 13:17:55 2016 -0700 @@ -8352,6 +8352,7 @@ <row><entry>-a</entry><entry>attach a file to a message</entry></row> <row><entry>-b</entry><entry>specify a blind carbon-copy (BCC) address</entry></row> <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 complied 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>-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>
