Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Teemu Likonen <tlikonen@iki.fi>
To: Emanuel Berg <embe8573@student.uu.se>
Cc: info-gnus-english@gnu.org
Subject: Re: How to not get the Cc header in Gnus, on reply to mail
Date: Thu, 03 Oct 2013 18:15:33 +0300	[thread overview]
Message-ID: <87d2nmwfl6.fsf@mithlond.arda> (raw)
In-Reply-To: <87bo37xpre.fsf@nl106-137-194.student.uu.se> (Emanuel Berg's message of "Thu, 03 Oct 2013 00:37:48 +0200")


[-- Attachment #1.1: Type: text/plain, Size: 687 bytes --]

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 #1.2: Type: application/pgp-signature, Size: 835 bytes --]

[-- Attachment #2: Type: text/plain, Size: 162 bytes --]

_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

  reply	other threads:[~2013-10-03 15:15 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-02 19:47 Emanuel Berg
2013-10-02 21:09 ` Dmitrii Kashin
     [not found] ` <mailman.3273.1380748202.10748.info-gnus-english@gnu.org>
2013-10-02 21:40   ` Emanuel Berg
2013-10-02 22:18 ` Adam Sjøgren
     [not found] ` <mailman.3275.1380752323.10748.info-gnus-english@gnu.org>
2013-10-02 22:37   ` Emanuel Berg
2013-10-03 15:15     ` Teemu Likonen [this message]
     [not found]     ` <mailman.3311.1380813356.10748.info-gnus-english@gnu.org>
2013-10-03 19:20       ` Emanuel Berg
2013-10-03 21:26       ` Emanuel Berg
2013-10-03 22:05         ` Adam Sjøgren
     [not found]         ` <mailman.3353.1380837955.10748.info-gnus-english@gnu.org>
2013-10-03 22:22           ` Emanuel Berg
2013-10-03 22:35             ` Adam Sjøgren
     [not found]             ` <mailman.3356.1380839774.10748.info-gnus-english@gnu.org>
2013-10-03 23:26               ` Emanuel Berg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d2nmwfl6.fsf@mithlond.arda \
    --to=tlikonen@iki.fi \
    --cc=embe8573@student.uu.se \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).