From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/44330 Path: main.gmane.org!not-for-mail From: shigeki@mediawars.ne.jp (Shigeki UNO) Newsgroups: gmane.emacs.gnus.general Subject: Re: Auto-marking messages-to-self as read Date: Mon, 22 Apr 2002 01:32:18 +0900 Sender: owner-ding@hpc.uh.edu Message-ID: <86lmbh57xp.fsf@mediawars.ne.jp> References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1019407019 1496 127.0.0.1 (21 Apr 2002 16:36:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 21 Apr 2002 16:36:59 +0000 (UTC) Cc: ding Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16zKKg-0000O0-00 for ; Sun, 21 Apr 2002 18:36:58 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16zKHm-0005TN-00; Sun, 21 Apr 2002 11:33:58 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 21 Apr 2002 11:34:09 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id LAA12481 for ; Sun, 21 Apr 2002 11:33:59 -0500 (CDT) Original-Received: (qmail 27479 invoked by alias); 21 Apr 2002 16:33:42 -0000 Original-Received: (qmail 27474 invoked from network); 21 Apr 2002 16:33:42 -0000 Original-Received: from mail.mediawars.ne.jp (210.233.64.7) by gnus.org with SMTP; 21 Apr 2002 16:33:42 -0000 Original-Received: (qmail 44854 invoked by uid 0); 21 Apr 2002 16:33:37 -0000 Original-Received: from ss00-028.ppp.mediawars.ne.jp (HELO localhost.mediawars.ne.jp) (210.233.65.156) by mail.mediawars.ne.jp with SMTP; 21 Apr 2002 16:33:37 -0000 Original-To: Joseph Barillari User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/20.7 (m68k--netbsd) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:44330 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:44330 This lisp code works with me. ~/.gnus.el (setq gnus-inews-mark-gcc-as-read t) Joseph Barillari writes: > I modified my .gnus to save sent messages into the originating group > so I can follow threads more easily: > > (defun use-this-group-for-archiving () > ;; swiped from http://www.faqs.org/faqs/gnus-faq/section-29.html > (cond ((and gnus-newsgroup-name > (stringp gnus-newsgroup-name) > (string-match "^nnml" gnus-newsgroup-name)) > gnus-newsgroup-name) > (t "nnml:mail.misc")) > ) > > (setq gnus-outgoing-message-group 'use-this-group-for-archiving) > > An irritation has cropped up: the messages that I've sent show up in > the originating as unread mail. Is there any way of preemptively > tagging the Gcc: messages as read before they get saved into the > group? > > --Joe Take care, --- uno