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: Teemu Likonen
Subject: Re: How to not get the Cc header in Gnus, on reply to mail
Date: Thu, 03 Oct 2013 18:15:33 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Emanuel Berg [2013-10-03 00:37:48 +02:00] wrote:

> asjo@koldfront.dk (Adam Sjøgren) writes:
>> Does it help to customize message-dont-reply-to-names?
>
> Yes, that did it!

I suggest configuring Gnus's various email variables like this:


(defvar my-email-addresses
  '("my.primary@address.net"  ;The first one is the primary address.
    "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))

Attachment: pgpjFADBbSpij.pgp
Description: PGP signature


reply via email to

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