andrea <[email protected]> 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 <[email protected]>\n" "Reply-To: Jane Q Nemo <[email protected]>\n" "Fcc: ~/myOutBox\n" )) -- Bill _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
