info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to not get the Cc header in Gnus, on reply to mail


From: Emanuel Berg
Subject: Re: How to not get the Cc header in Gnus, on reply to mail
Date: Thu, 03 Oct 2013 21:20:55 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

Teemu Likonen <tlikonen@iki.fi> writes:

> I suggest configuring Gnus's various email variables
> like this:
>
>
> (defvar my-email-addresses
>   '("my.primary@address.net"  ; [...]
>     "some.other@mail-address.com"
>     "yet.another@somewhere.net"))
>
> (let ((addr my-email-addresses))
>   (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))

Well, it seemed it was enough to set
message-dont-reply-to-names (as you mention as
well). But, if this problem resurfaces in some other
context, I'll examine those other variables. Kiitos.

-- 
Emanuel Berg - programmer (hire me! CV below)
computer projects: http://user.it.uu.se/~embe8573
internet activity: http://home.student.uu.se/embe8573


reply via email to

[Prev in Thread] Current Thread [Next in Thread]