| Subject: | Re: reply to variable |
|---|---|
| From: | William F Hammond |
| Date: | Thu, 10 Dec 2009 14:52:32 -0500 |
| Newsgroups: | gnu.emacs.gnus |
andrea <andrea.crotti.0@xxxxxxxxx> writes:
> Is there a variable to tell gnus to always set the reply-to field to my
> email address??
It can be made automatic by setting the variable
message-default-headers in .gnus.
For example,
(setq message-default-headers (concat
"From: Jane Q Nemo <nemo@xxxxxxxxx>\n"
"Reply-To: Jane Q Nemo <sink@xxxxxxxxx>\n"
"Fcc: ~/myOutBox\n"
))
-- Bill
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: moving from imap to pop3; splitting w/links; tagging, subopt |
|---|---|
| Previous by Thread: | reply to variable, andrea |
| Next by Thread: | Re: reply to variable, Reiner Steib |
| Indexes: | [Date] [Thread] [Top] [All Lists] |