gnu.emacs.gnus
[Top] [All Lists]

Re: reply to variable

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>