|
| From: | David Z Maze |
| Subject: | Re: How to Automatically bcc: me! |
| Date: | Mon, 29 Oct 2007 13:21:01 -0400 |
| User-agent: | Gnus/5.110007 (No Gnus v0.7) Emacs/21.4 (usg-unix-v) |
Edward <edward.dodge@gmail.com> writes:
> Does anyone know the right trigger/hook/variable to set so that every
> new GNUS message includes a bcc: line with an address/alias already
> filled in?
I have:
(setq message-required-mail-headers
(nconc message-required-mail-headers
(list '(Bcc . "dmaze@mit.edu"))))
This is in a separate .el file that's loaded before Gnus starts up. I'm
sure there was a good reason for that somewhere in the past 10 years;
for all I know it'd probably work fine to put this in your .gnus file as
well.
--dzm
| [Prev in Thread] | Current Thread | [Next in Thread] |