diff options
| author | Eli Zaretskii | 2000-10-11 18:30:48 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-10-11 18:30:48 +0000 |
| commit | c7fa86d5b3d6f8d7ff027ce109f69db4777e02d8 (patch) | |
| tree | 9c1f7bdc406326acf1f2b8400fc270e7bc7e60e2 | |
| parent | ec03f31ef879580e5eca043b6b49b9ba8b330c88 (diff) | |
| download | emacs-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.texi | 10 |
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. | |||
| 150 | Copies sent this way are called @dfn{blind carbon copies}. | 150 | Copies 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 | ||
| 153 | To send a blind carbon copy of every outgoing message to yourself, set | 154 | To send a blind carbon copy of every outgoing message to yourself, set |
| 154 | the variable @code{mail-self-blind} to @code{t}. | 155 | the variable @code{mail-self-blind} to @code{t}. To send a blind carbon |
| 156 | copy 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 |
| 157 | This field contains the name of one file and directs Emacs to append a | 160 | This 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 | |||
| 236 | Allow the system to insert the @samp{From} field. | 239 | Allow 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 | ||
| 244 | message by customizing the variable @code{mail-default-headers}. Its | ||
| 245 | value 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 |