andrea <andrea.crott...@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 <n...@nihil.foo>\n"
 "Reply-To: Jane Q Nemo <s...@nihil.foo>\n"
 "Fcc: ~/myOutBox\n"
))

                                    -- Bill

_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to