If you want, when you replying to articles in mailing lists, the address in Reply-To field of the original message to be prepared to To field of the reply draft by simply pressing a in the summary mode, try the following settings:
(setq wl-draft-reply-without-argument-list '(("Mail-Followup-To" . (("Mail-Followup-To") nil ("Newsgroups"))) ("Followup-To" . (nil nil ("Followup-To"))) (("X-ML-Name" "Reply-To") . (("Reply-To") nil nil)) ("From" . (("From") ("To" "Cc") ("Newsgroups")))))
(Only if there are both of `X-ML-Name:' and `Reply-To:' fields in the original message, `Reply-To:' field in the original is copied to `To:' field.)
Moreover, the behavior of a with prefix argument can
be directed by wl-draft-reply-with-argument-list
as well.
Note: To set the behavior when you reply to the message written by yourself, use
wl-draft-reply-myself-without-argument-list
and
wl-draft-reply-myself-with-argument-list
instead of them.
Go to the first, previous, next, last section, table of contents.