| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
As distinguished from the case of a new message, where the writer specifies the addresses of the To:, Cc: or Newsgroups: fields, in a reply message addresses are automatically generated.
When ‘a’ and ‘A’ is used in Summary mode, a new draft is prepared in Draft mode. Values of To:, Cc:, and Newsgroups: are prepared according to three alists.
The default value of ‘mew-reply-sender-alist’ is as follows:
'(("Reply-To:"
("To:" "Reply-To:" "From:"))
(t
("To:" "From:")))
|
This is read as follows:
If you would like to reply only to the address on Reply-To: (if any), set ‘mew-reply-sender-alist’ like this:
(setq mew-reply-sender-alist
'(("Reply-To:"
("To:" "Reply-To:"))
(t
("To:" "From:"))))
|
The default value of ‘mew-reply-fromme-alist’ is as follows:
'((t
("To:" "To:")
("Cc:" "Cc:")
("Newsgroups:" "Newsgroups:"))))
|
This is read as follows:
The default value of ‘mew-reply-all-alist’ is as follows:
'((("Followup-To:" "poster")
("To:" "From:"))
("Followup-To:"
("Newsgroups:" "Followup-To:" "Newsgroups:"))
("Newsgroups:"
("Newsgroups:" "Newsgroups:"))
("Reply-To:"
("To:" "Reply-To:" "From:")
("Cc:" "To:" "Cc:" "Apparently-To:"))
(t
("To:" "From:")
("Cc:" "To:" "Cc:" "Apparently-To:")))
|
This is read as follows:
You may want to set ‘mew-reply-all-alist’ like this:
(setq mew-reply-all-alist
'((("Followup-To:" "poster")
("To:" "From:"))
("Followup-To:"
("Newsgroups:" "Followup-To:"))
("Newsgroups:"
("Newsgroups:" "Newsgroups:"))
("Reply-To:"
("To:" "Reply-To:"))
(t
("To:" "From:")
("Cc:" "To:" "Cc:" "Apparently-To:"))))
|
If there are multiple entries for a certain address, they are unified. Addresses ending with ":;", which indicates anonymous recipients, are automatically removed.
Your addresses are automatically removed. Your addresses are automatically defined to ‘mew-mail-address-list’ according to, for example, ‘mew-config-alist’. If you dislike this value, you can also explicitly set it like this:
(setq mew-mail-address-list
'("^pooh@[a-z]*.example.org$"
"^pooh@example.net$"
"^winnie@example.jp$"))
|
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] |
This document was generated by U-X61T\saito on June, 6 2008 using texi2html 1.78.