Gnus development mailing list
 help / color / mirror / Atom feed
From: Matt Armstrong <matta@geoworks.com>
Subject: Gcc: and duplicate mail coming back to you
Date: 08 Jan 1997 15:27:41 -0800	[thread overview]
Message-ID: <mo7mlnsq6q.fsf@lickey.geoworks.com> (raw)

I've got this in my .gnus.el (I copied it from somewhere):

(defun kai-gnus-outgoing-message-group ()
  (cond ((and gnus-newsgroup-name
              (stringp gnus-newsgroup-name)
              (string-match "^nnfolder" gnus-newsgroup-name))
         gnus-newsgroup-name)
        (t "nnfolder:mail.misc")))
(setq gnus-outgoing-message-group 'kai-gnus-outgoing-message-group)
(setq gnus-message-archive-group nil)


This works great, all my mail either ends up in the right nnfolder
group or the nnfolder:mail.misc folder.

I _usually_ end up seeing the mail twice though (annoying).  Once for
the Gcc: and once when the list ends up sending me the mail.  Is there
a way to do any of the following:

 1) In my gnus-outgoing-message-group function, get at the "to" and
    "cc" headers of the message and return nil to suppress Gcc: if I am
    sending to a list I am on (I'm willing to hard code that list
    somewhere in my .gnus).

 2) Automatically mark Gcc: messages read (I believe I asked for this
    before, it got put on the Red Gnus "To Do" list).

 3) Some other superior option?

-- 
Matt


             reply	other threads:[~1997-01-08 23:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-01-08 23:27 Matt Armstrong [this message]
1997-01-09  7:46 ` Jens Lautenbacher
1997-01-09  9:13   ` Kai Grossjohann

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=mo7mlnsq6q.fsf@lickey.geoworks.com \
    --to=matta@geoworks.com \
    /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).