info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: reply to variable


From: William F Hammond
Subject: Re: reply to variable
Date: Thu, 10 Dec 2009 14:52:32 -0500
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (usg-unix-v)

andrea <andrea.crotti.0@gmail.com> 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@nihil.foo>\n"
 "Reply-To: Jane Q Nemo <sink@nihil.foo>\n"
 "Fcc: ~/myOutBox\n"
))

                                    -- Bill



reply via email to

[Prev in Thread] Current Thread [Next in Thread]