[PATCH] email: reflect that recipients are specified as comma-separated list
Christian Ebert
blacktrash at gmx.net
Thu Jul 27 11:19:34 UTC 2006
# HG changeset patch
# User Christian Ebert <blacktrash at gmx.net>
# Date 1153999101 -7200
# Node ID 784cf7b7a334e264ddafdd9d6521df500039fa2c
# Parent aa7ddbc1262c7e9a19c6e4d04b9e3392b105e3b3
email: reflect that recipients are specified as comma-separated list
diff -r aa7ddbc1262c -r 784cf7b7a334 doc/hgrc.5.txt
--- a/doc/hgrc.5.txt Thu Jul 27 02:57:49 2006 +0200
+++ b/doc/hgrc.5.txt Thu Jul 27 13:18:21 2006 +0200
@@ -139,12 +139,13 @@ email::
Optional. Email address to use in "From" header and SMTP envelope
of outgoing messages.
to;;
- Optional. Email address(es) of recipient(s).
+ Optional. Comma-separated list of recipients' email addresses.
cc;;
- Optional. Email address(es) to send carbon copies to.
+ Optional. Comma-separated list of carbon copy recipients'
+ email addresses.
bcc;;
- Optional. Email address(es) to send blind carbon copies to.
- Cannot be set interactively.
+ Optional. Comma-separated list of blind carbon copy
+ recipients' email addresses. Cannot be set interactively.
method;;
Optional. Method to use to send email messages. If value is
"smtp" (default), use SMTP (see section "[smtp]" for
More information about the Mercurial
mailing list