changeset 2691:accadcb4e4b5

email: reflect that recipients are specified as comma-separated list
author Christian Ebert <blacktrash@gmx.net>
date Thu, 27 Jul 2006 13:18:21 +0200
parents e9ecc45795e8
children 8342c0286184 4af4e1870fa0
files doc/hgrc.5.txt
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/doc/hgrc.5.txt	Thu Jul 27 12:34:02 2006 +0200
+++ b/doc/hgrc.5.txt	Thu Jul 27 13:18:21 2006 +0200
@@ -139,12 +139,13 @@
     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