From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/9322 Path: main.gmane.org!not-for-mail From: Matt Armstrong Newsgroups: gmane.emacs.gnus.general Subject: Gcc: and duplicate mail coming back to you Date: 08 Jan 1997 15:27:41 -0800 Sender: matta@lickey.geoworks.com Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035149365 17803 80.91.224.250 (20 Oct 2002 21:29:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:29:25 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.4/8.8.4) with SMTP id PAA04477 for ; Wed, 8 Jan 1997 15:40:04 -0800 Original-Received: from mail2.pilot.net (mail2.pilot.net [198.232.147.11]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Thu, 9 Jan 1997 00:27:52 +0100 Original-Received: from geoworks-proxy.geoworks.com (geoworks-proxy.geoworks.com [206.24.101.20]) by mail2.pilot.net with ESMTP id PAA10600 for ; Wed, 8 Jan 1997 15:27:20 -0800 (PST) Original-Received: from fusion.geoworks.com ([198.211.200.200]) by geoworks-proxy.geoworks.com (8.7.3/8.7.Beta.12) with ESMTP id PAA01042 for ; Wed, 8 Jan 1997 15:27:54 -0800 (PST) Original-Received: from quark.geoworks.com (quark.geoworks.com [198.211.201.100]) by fusion.geoworks.com with SMTP id PAA04417 for ; Wed, 8 Jan 1997 15:27:42 -0800 (PST) Original-Received: from lickey.geoworks.com.geoworks by quark.geoworks.com (4.1/SMI-4.0) id AA06113; Wed, 8 Jan 97 15:27:42 PST Original-To: ding@ifi.uio.no Original-Lines: 31 X-Mailer: Red Gnus v0.76/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:9322 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:9322 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