comparison doc/hgrc.5.txt @ 10283:2ae7f001b61d stable

hgrc.5: whether bcc is prompted for is up to the extension There is no code in mail.py that forbids an extension to prompt for bcc.
author Christian Ebert <blacktrash@gmx.net>
date Thu, 28 Jan 2010 10:38:29 +0000
parents 25e572394f5c
children 61f4ea277f23
comparison
equal deleted inserted replaced
10279:1c4ab236ebcb 10283:2ae7f001b61d
303 ``cc`` 303 ``cc``
304 Optional. Comma-separated list of carbon copy recipients' 304 Optional. Comma-separated list of carbon copy recipients'
305 email addresses. 305 email addresses.
306 ``bcc`` 306 ``bcc``
307 Optional. Comma-separated list of blind carbon copy recipients' 307 Optional. Comma-separated list of blind carbon copy recipients'
308 email addresses. Cannot be set interactively. 308 email addresses.
309 ``method`` 309 ``method``
310 Optional. Method to use to send email messages. If value is ``smtp`` 310 Optional. Method to use to send email messages. If value is ``smtp``
311 (default), use SMTP (see the SMTP_ section for configuration). 311 (default), use SMTP (see the SMTP_ section for configuration).
312 Otherwise, use as name of program to run that acts like sendmail 312 Otherwise, use as name of program to run that acts like sendmail
313 (takes ``-f`` option for sender, list of recipients on command line, 313 (takes ``-f`` option for sender, list of recipients on command line,