[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated
From: |
Ken Hornstein |
Subject: |
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 3cc586b1fdcef6cecc89386e885175577535e10f |
Date: |
Mon, 27 Feb 2012 19:13:28 +0000 |
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 3cc586b1fdcef6cecc89386e885175577535e10f (commit)
via c8eef132f214f1086f8385629a1d36aa1d24920f (commit)
from 5f1f8f86e1cc6d51ba77aed65ae78612a1e9e5cb (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=3cc586b1fdcef6cecc89386e885175577535e10f
commit 3cc586b1fdcef6cecc89386e885175577535e10f
Author: Ken Hornstein <address@hidden>
Date: Mon Feb 27 14:13:02 2012 -0500
Document changes to forw(1).
diff --git a/man/forw.man b/man/forw.man
index 5b7dc6d..d4edc2f 100644
--- a/man/forw.man
+++ b/man/forw.man
@@ -26,6 +26,18 @@ forw \- forward messages
.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 ]
@@ -62,11 +74,17 @@ as in
and after editing is complete, the user is prompted
before the message is sent.
.PP
-The default message form contains the following elements:
+The default message template will direct
+.B forw
+to construct the draft as follows:
.PP
.RS 5
.nf
-%forwcomps%
+From: {from switch} or <Local-Mailbox> or <address@hidden>
+To: {to switch} or blank
+Fcc: {fcc switch} or +outbox
+Subject: {subject switch} or "{original subject} (fwd)"
+--------
.fi
.RE
.PP
@@ -77,6 +95,30 @@ it will be used instead of this default form. You may also
specify an
alternate forms file with the switch
.B \-form
.IR formfile .
+Forms are processed via the
+.B nmh
+template system; see
+.BR mh\-format (5)
+for details. Components from the first forwarded message are available
+as standard component escapes in the forms file.
+.PP
+In addition to the standard
+.BR mh\-format (5)
+escapes, the following
+.I component
+escapes are also supported:
+.PP
+.RS 5
+.nf
+.ta \w'nmh\-subject 'u +\w'Returns 'u
+.I Escape Returns Description
+fcc string Any folders specified with `\-fcc\ folder'
+nmh\-from string Addresses specified with `\-from\ address'
+nmh\-to string Addresses specified with `\-to\ address'
+nmh\-cc string Addresses specified with `\-cc\ address'
+nmh\-subject string Any text specified with `\-subject\ text'
+.fi
+.RE
.PP
If the draft already exists,
.B forw
http://git.savannah.gnu.org/cgit/nmh.git/commit/?id=c8eef132f214f1086f8385629a1d36aa1d24920f
commit c8eef132f214f1086f8385629a1d36aa1d24920f
Author: Ken Hornstein <address@hidden>
Date: Mon Feb 27 14:12:34 2012 -0500
Clean up some typos in here.
diff --git a/man/comp.man b/man/comp.man
index 4a7152d..26bdaa0 100644
--- a/man/comp.man
+++ b/man/comp.man
@@ -51,7 +51,7 @@ is given, in which case the initial edit is suppressed).
.PP
The default message template \*(lqcomponents\*(rq will direct
.B comp
-to construct the messgage draft as follows:
+to construct the message draft as follows:
.PP
.RS 5
.nf
@@ -117,9 +117,11 @@ switch says to use the named file as the message draft.
.PP
Forms that are selected via the
.B \-form
-switch are processed via the mh template system; see
+switch are processed via the
+.B nmh
+template system; see
.BR mh\-format (5)
-for details. Drafts constructed from another mssage or with the
+for details. Drafts constructed from another message or with the
.B \-use
or
.B \-file
@@ -129,7 +131,6 @@ switchs will NOT be processed with
In addition to the standard
.BR mh\-format (5)
escapes,
-.B comp
the following
.I component
escapes are either new or have an alternate meaning:
-----------------------------------------------------------------------
Summary of changes:
man/comp.man | 9 +++++----
man/forw.man | 46 ++++++++++++++++++++++++++++++++++++++++++++--
2 files changed, 49 insertions(+), 6 deletions(-)
hooks/post-receive
--
The nmh Mail Handling System
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 3cc586b1fdcef6cecc89386e885175577535e10f,
Ken Hornstein <=