added documentation for to, cc, and bcc addressing
authorChristian Ebert <blacktrash@gmx.net>
Wed, 26 Jul 2006 14:42:17 +0200
changeset 2680 d071a9cc2f94
parent 2679 f1de91be1d87
child 2681 259acfb963d1
added documentation for to, cc, and bcc addressing
doc/hgrc.5.txt
--- a/doc/hgrc.5.txt
+++ b/doc/hgrc.5.txt
@@ -138,6 +138,13 @@ email::
   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