Mercurial > emacs
changeset 32392:4d8ff72a1290
Document mail-default-headers and an alternative method to send Bcc
to a constant address.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 11 Oct 2000 18:30:48 +0000 |
parents | 5c381664251f |
children | 0fe223923f61 |
files | man/sending.texi |
diffstat | 1 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/man/sending.texi Wed Oct 11 18:23:46 2000 +0000 +++ b/man/sending.texi Wed Oct 11 18:30:48 2000 +0000 @@ -150,8 +150,11 @@ Copies sent this way are called @dfn{blind carbon copies}. @vindex mail-self-blind +@cindex copy of every outgoing message To send a blind carbon copy of every outgoing message to yourself, set -the variable @code{mail-self-blind} to @code{t}. +the variable @code{mail-self-blind} to @code{t}. To send a blind carbon +copy of every message to some other @var{address}, set the variable +@code{mail-default-headers} to @samp{"Bcc: @var{address}\n"}. @item FCC This field contains the name of one file and directs Emacs to append a @@ -236,6 +239,11 @@ Allow the system to insert the @samp{From} field. @end table +@vindex mail-default-headers + You can force Emacs to insert specific headers into the outgoing +message by customizing the variable @code{mail-default-headers}. Its +value as a string is inserted before you edit the message. + @node Mail Aliases @section Mail Aliases @cindex mail aliases