# HG changeset patch # User Christian Ebert # Date 1153999101 -7200 # Node ID accadcb4e4b5615862d9bd6a52f04725b98b03d2 # Parent e9ecc45795e89a97f69e82a247d0ff6a6d78b4a8 email: reflect that recipients are specified as comma-separated list diff -r e9ecc45795e8 -r accadcb4e4b5 doc/hgrc.5.txt --- 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