Gnus development mailing list
 help / color / mirror / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: ding@gnus.org
Subject: Cc header to myself when following up to mails in my INBOX
Date: Mon, 08 Nov 2010 13:51:03 +0100	[thread overview]
Message-ID: <87fwvcf07c.fsf@thinkpad.tsdh.de> (raw)

Hi all,

I'm used to hitting `f' or `F' when replying to a mail on one of my IMAP
accounts.  But when I follow up to a mail addressed to myself in
nnimap+Fastmail:INBOX, there's a Cc header to myself inserted, and I
cannot figure out why.

Here's an example followup to my dad:

--8<---------------cut here---------------start------------->8---
To: Winfrid Horn <winfrid.horn@gmx.de>
Cc: Tassilo Horn <thorn@fastmail.fm>
Subject: Re: Laserjet M 1005 in Egglfing
Gcc: nnimap+Fastmail:INBOX
From: Tassilo Horn <thorn@fastmail.fm>
--8<---------------cut here---------------end--------------->8---

What could be the cause of that Cc header?  The message headers of the
mail I'm following up to are those:

--8<---------------cut here---------------start------------->8---
From: Winfrid Horn <winfrid.horn@gmx.de>
Subject: Laserjet M 1005 in Egglfing
To: Tassilo Horn <thorn@fastmail.fm>
Date: Sun, 7 Nov 2010 15:21:34 +0100
User-Agent: KMail/1.13.2 (Linux/2.6.36-gentoo; KDE/4.4.2; i686; ; )
Message-Id: <201011071521.34839.winfrid.horn@gmx.de>
--8<---------------cut here---------------end--------------->8---

AFAIKT, nnimap+Fastmail:INBOX is the only group where Ccs to myself are
generated.

Here are my posting styles and gnus parameter definitions.

--8<---------------cut here---------------start------------->8---
(setq gnus-posting-styles
      `((".*"
         (address "thorn@fastmail.fm"))

        (,(rx (or "nntp+Eclipse"
		  "infko."
		  "nnimap+Uni"))
         (address "horn@uni-koblenz.de")
         (signature th-gnus-uni-signature))

        (,(rx (or (and (opt "de.") (or "comp." "comm.software."))
                  "gnu."
                  "nntp+Gmane:"
		  "nnimap+Fastmail:INBOX.FSF"
		  "nnimap+Fastmail:INBOX.mailinglists."))
         (address "tassilo@member.fsf.org"))

        (,(rx "gmane.comp.printing.ghostscript.")
         ;; Posting requires whitelist keyword "artifex" spelled backwards.
         ("X-Fnord" "xefitra"))))

(setq gnus-parameters
      `(
        (,(rx (or "emacs" "gnus"))
         (gnus-button-emacs-level 10))

	(,(rx "nnimap+")
	 (gnus-use-scoring nil)
	 (gcc-self . t))

	(,(rx "nnimap+Uni:ml/")
	 (gcc-self . "nnimap+Uni:Sent"))

	(,(rx "nnimap+Fastmail:INBOX.mailinglists.")
	 (gcc-self . "nnimap+Fastmail:INBOX.Sent Items")
	 (gnus-use-scoring t))))
--8<---------------cut here---------------end--------------->8---

Any ideas how I can get rid of that self-Cc-ing in that group?

Bye,
Tassilo



             reply	other threads:[~2010-11-08 12:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-08 12:51 Tassilo Horn [this message]
2010-11-08 13:31 ` Adam Sjøgren
2010-11-08 13:52   ` Tassilo Horn
2010-11-08 14:02     ` Steinar Bang
2010-11-08 14:06       ` Tassilo Horn
2010-11-08 18:21         ` Steinar Bang

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=87fwvcf07c.fsf@thinkpad.tsdh.de \
    --to=tassilo@member.fsf.org \
    --cc=ding@gnus.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).