This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The nmh Mail Handling System".
The branch, master has been updated via d78c0f6ad595d04e13fd447cf2149fd886f2c99c (commit) from 15236ba2641efd8ce80eae3b67912139395fe24d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.savannah.gnu.org/cgit/nmh.git/commit/?id=d78c0f6ad595d04e13fd447cf2149fd886f2c99c commit d78c0f6ad595d04e13fd447cf2149fd886f2c99c Author: David Levine <levin...@acm.org> Date: Thu Mar 1 18:01:52 2012 -0600 Brought mh-chart man page up to date. diff --git a/man/install-mh.man b/man/install-mh.man index 094ec4c..26c5bc2 100644 --- a/man/install-mh.man +++ b/man/install-mh.man @@ -7,7 +7,7 @@ install-mh \- initialize the nmh environment .SH SYNOPSIS .HP 5 .na -.B install\-mh +.B %libdir%/install\-mh .RB [ \-auto ] .RB [ \-check ] .RB [ \-version ] diff --git a/man/mh-chart.man b/man/mh-chart.man index d5be463..5bcc700 100644 --- a/man/mh-chart.man +++ b/man/mh-chart.man @@ -25,6 +25,13 @@ mh-chart \- Chart of nmh Commands .IR field ] .RB [ \-inplace " | " \-noinplace ] .RB [ \-date " | " \-nodate ] +.RB [ \-draft ] +.RB [ \-append ] +.RB [ \-list ] +.RB [ \-delete ] +.RB [ \-number +.IR [ num|all ]] +.RB [ \-preserve " | " \-nopreserve ] .RB [ \-version ] .RB [ \-help ] .RB [ \-text @@ -71,6 +78,18 @@ mh-chart \- Chart of nmh Commands .RB [ \-editor .IR editor ] .RB [ \-noedit ] +.RB [ \-width +.IR columns ] +.RB [ \-from +.IR address ] +.RB [ \-to +.IR address ] +.RB [ \-cc +.IR address ] +.RB [ \-fcc +.IR +folder ] +.RB [ \-subject +.IR text ] .RB [ \-whatnowproc .IR program ] .RB [ \-nowhatnowproc ] @@ -104,6 +123,16 @@ mh-chart \- Chart of nmh Commands .RB [ \-editor .IR editor ] .RB [ \-noedit ] +.RB [ \-width +.IR columns ] +.RB [ \-from +.IR address ] +.RB [ \-to +.IR address ] +.RB [ \-cc +.IR address ] +.RB [ \-fcc +.IR +folder ] .RB [ \-whatnowproc .IR program ] .RB [ \-nowhatnowproc ] @@ -159,7 +188,7 @@ is equivalent to .HP 5 .B folder .RI [ +folder ] -.RI [ msgs ] +.RI [ msg ] .RB [ \-all " | " \-noall ] .RB [ \-create " | " \-nocreate ] .RB [ \-fast " | " \-nofast ] @@ -200,6 +229,18 @@ is equivalent to .RB [ \-editor .IR editor ] .RB [ \-noedit ] +.RB [ \-width +.IR colums ] +.RB [ \-from +.IR address ] +.RB [ \-to +.IR address ] +.RB [ \-cc +.IR address ] +.RB [ \-fcc +.IR +folder ] +.RB [ \-subject +.IR text ] .RB [ \-whatnowproc .IR program ] .RB [ \-nowhatnowproc ] @@ -249,6 +290,8 @@ is equivalent to .RB [ \-pack .IR file ] .RB [ \-nopack ] +.RB [ \-proxy +.IR command ] .RB [ \-sasl ] .RB [ \-saslmech .IR mechanism ] @@ -259,6 +302,7 @@ is equivalent to .HP 5 .B %libdir%/install\-mh .RB [ \-auto ] +.RB [ \-check ] .RB [ \-version ] .RB [ \-help ] @@ -373,6 +417,14 @@ is equivalent to .RB [ \-rfc934mode " | " \-norfc934mode ] .HP 5 +.B mhparam +.RI [ components ] +.RB [ \-all ] +.RB [ \-component " | " \-nocomponent ] +.RB [ \-version ] +.RB [ \-help ] + +.HP 5 .B mhpath .RI [ +folder ] .RI [ msgs ] @@ -539,12 +591,15 @@ or .RB [ \-width .IR columns ] .RB [ \-sasl ] +.RB [ \-nosasl ] +.RB [ \-saslmaxssf +.IR ssf ] .RB [ \-saslmech .IR mechanism ] .RB [ \-user .IR username ] -.I file .RB [ \-tls ] +.I file .RB [ \-version ] .RB [ \-help ] @@ -680,7 +735,7 @@ all/to/cc/me] .B rmm .RI [ +folder ] .RI [ msgs ] -.RB [ \-link " | " \-nolink ] +.RB [ \-unlink " | " \-nounlink ] .RB [ \-version ] .RB [ \-help ] @@ -724,9 +779,17 @@ all/to/cc/me] .IR seconds ] .RB [ \-verbose " | " \-noverbose ] .RB [ \-watch " | " \-nowatch ] +.RB [ \-server +.IR servername ] +.RB [ \-port +.IR port-name/number ] .RB [ \-sasl ] +.RB [ \-nosasl ] +.RB [ \-saslmaxssf +.IR ssf ] .RB [ \-saslmech .IR mechanism ] +.RB [ \-snoop ] .RB [ \-user .IR username ] .RB [ \-tls ] @@ -736,6 +799,10 @@ all/to/cc/me] \&...] .RB [ \-version ] .RB [ \-help ] +.RB [ \-attach +.IR header-field-name ] +.RB [ \-attachformat +.IR 0 " | " 1 " | " 2 ] .HP 5 .B show @@ -810,6 +877,8 @@ or .RI [ file ] .RB [ \-version ] .RB [ \-help ] +.RB [ \-attach +.IR header-field-name ] .HP 5 .B whom @@ -822,6 +891,7 @@ or .RB [ \-draftmessage .IR msg ] .RB [ \-nodraftfolder ] +.RB [ \-snoop ] .RI [ file ] .RB [ \-version ] .RB [ \-help ] diff --git a/man/mhparam.man b/man/mhparam.man index ba00fc6..91a8d60 100644 --- a/man/mhparam.man +++ b/man/mhparam.man @@ -5,6 +5,7 @@ .SH NAME mhparam \- print nmh profile and context components .SH SYNOPSIS +.HP 5 .na .B mhparam .RI [ components ] ----------------------------------------------------------------------- Summary of changes: man/install-mh.man | 2 +- man/mh-chart.man | 76 +++++++++++++++++++++++++++++++++++++++++++++++++-- man/mhparam.man | 1 + 3 files changed, 75 insertions(+), 4 deletions(-) hooks/post-receive -- The nmh Mail Handling System _______________________________________________ Nmh-commits mailing list Nmh-commits@nongnu.org https://lists.nongnu.org/mailman/listinfo/nmh-commits