aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-10-11 18:30:48 +0000
committerEli Zaretskii2000-10-11 18:30:48 +0000
commitc7fa86d5b3d6f8d7ff027ce109f69db4777e02d8 (patch)
tree9c1f7bdc406326acf1f2b8400fc270e7bc7e60e2
parentec03f31ef879580e5eca043b6b49b9ba8b330c88 (diff)
downloademacs-c7fa86d5b3d6f8d7ff027ce109f69db4777e02d8.tar.gz
emacs-c7fa86d5b3d6f8d7ff027ce109f69db4777e02d8.zip
Document mail-default-headers and an alternative method to send Bcc
to a constant address.
-rw-r--r--man/sending.texi10
1 files changed, 9 insertions, 1 deletions
diff --git a/man/sending.texi b/man/sending.texi
index 96b2c3ed722..42b2383fcf5 100644
--- a/man/sending.texi
+++ b/man/sending.texi
@@ -150,8 +150,11 @@ which should not appear in the header of the message actually sent.
150Copies sent this way are called @dfn{blind carbon copies}. 150Copies sent this way are called @dfn{blind carbon copies}.
151 151
152@vindex mail-self-blind 152@vindex mail-self-blind
153@cindex copy of every outgoing message
153To send a blind carbon copy of every outgoing message to yourself, set 154To send a blind carbon copy of every outgoing message to yourself, set
154the variable @code{mail-self-blind} to @code{t}. 155the variable @code{mail-self-blind} to @code{t}. To send a blind carbon
156copy of every message to some other @var{address}, set the variable
157@code{mail-default-headers} to @samp{"Bcc: @var{address}\n"}.
155 158
156@item FCC 159@item FCC
157This field contains the name of one file and directs Emacs to append a 160This field contains the name of one file and directs Emacs to append a
@@ -236,6 +239,11 @@ Use both email address and full name, as in @samp{Elvis Parsley
236Allow the system to insert the @samp{From} field. 239Allow the system to insert the @samp{From} field.
237@end table 240@end table
238 241
242@vindex mail-default-headers
243 You can force Emacs to insert specific headers into the outgoing
244message by customizing the variable @code{mail-default-headers}. Its
245value as a string is inserted before you edit the message.
246
239@node Mail Aliases 247@node Mail Aliases
240@section Mail Aliases 248@section Mail Aliases
241@cindex mail aliases 249@cindex mail aliases