[mew-int 2847] mew-mail-address-list

Thomas Danckaert thomas.danckaert at example.com
Thu Feb 18 00:47:46 JST 2010


Dear Mew users,

I have two e-mail addresses pointing to the same mailbox, 
thomas.danckaert at example.com and danckaer at example.com  From my 
configuration, Mew has only detected the first of these e-mail 
addresses as belonging to me.  So when I get a mail addressed to 
danckaer at example.com, and use reply all, Mew again adds this address 
to the To: header.

According to the manual, this can be solved using the variable 
"mew-mail-address-list" as follows:

(setq mew-mail-address-list
       '("^thomas.danckaert at example.com$"
	"^thomas.danckaert at example.com$"
	"^danckaer at example.com$"))

but this does not seem to work.  Am I making some mistakes, or is 
this a bug?  (I also tried some different syntax found in older Mew 
manuals, which does not use the "^" and "$".)

It does work using the (undocumented) mew-regex-my-address-list as 
follows:

(setq mew-regex-my-address-list
       '("^thomas\\.danckaert$"
	"^thomas\\.danckaert at example.com\\.com$"
	"^thomas\\.danckaert at example.com\\.de$"
	"^thomas\\.danckaert at example.com\\.com$"
	"^danckaer at example.com\\.desy\\.de$"))

(first 4 entries were already set this way by Mew, I decided not to 
change those, and added my other address.)  Is it "safe" to change 
this variable, or is it likely to break something?

kind regards,

Thomas


More information about the Mew-int mailing list