On 2014-05-10 16:08 Teemu Likonen wrote:
> Alexander Baier [2014-05-10 13:27:59 +02:00] wrote:
>
>> Mails with a From: header matching user-mail-address are shown
>> differently in the summary view:
>
>> Is there a way to configure multiple addresses?
>
> Yes. There are a couple of variables for that. I use a code piece like
> the one below to set the variables.
>
>
>     (let ((addr '("[email protected]"
>                   "[email protected]"
>                   "[email protected]")))
>
>       (setq-default
>        user-mail-address (car addr)
>        message-alternative-emails (regexp-opt (cdr addr) 'words)
>        message-dont-reply-to-names (regexp-opt addr 'words)
>        gnus-ignored-from-addresses message-dont-reply-to-names))

Thank you for regexp-opt! That was something I was looking for while
constructing a regexp for `gnus-ignored-from-addresses'.

Regards,
-- 
Alexander Baier

_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to