Mercurial > hg-stable
changeset 2680:d071a9cc2f94
added documentation for to, cc, and bcc addressing
author | Christian Ebert <blacktrash@gmx.net> |
---|---|
date | Wed, 26 Jul 2006 14:42:17 +0200 |
parents | f1de91be1d87 |
children | 259acfb963d1 |
files | doc/hgrc.5.txt |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/hgrc.5.txt Wed Jul 26 14:39:33 2006 +0200 +++ b/doc/hgrc.5.txt Wed Jul 26 14:42:17 2006 +0200 @@ -138,6 +138,13 @@ from;; Optional. Email address to use in "From" header and SMTP envelope of outgoing messages. + to;; + Optional. Email address(es) of recipient(s). + cc;; + Optional. Email address(es) to send carbon copies to. + bcc;; + Optional. Email address(es) to send blind carbon copies to. + Cannot be set interactively. method;; Optional. Method to use to send email messages. If value is "smtp" (default), use SMTP (see section "[smtp]" for