From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75014 Path: news.gmane.org!not-for-mail From: Robert Pluim Newsgroups: gmane.emacs.gnus.general Subject: Re: sent as read Date: Wed, 15 Dec 2010 12:37:49 +0100 Organization: not if I can help it Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1292413133 2754 80.91.229.12 (15 Dec 2010 11:38:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 15 Dec 2010 11:38:53 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M23370@lists.math.uh.edu Wed Dec 15 12:38:49 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PSph1-0004E0-Sq for ding-account@gmane.org; Wed, 15 Dec 2010 12:38:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PSpgT-0001Dn-UL; Wed, 15 Dec 2010 05:38:13 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PSpgR-0001DY-5K for ding@lists.math.uh.edu; Wed, 15 Dec 2010 05:38:11 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PSpgP-0002XN-RG for ding@lists.math.uh.edu; Wed, 15 Dec 2010 05:38:10 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PSpgN-0006go-LF for ding@gnus.org; Wed, 15 Dec 2010 12:38:07 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PSpgN-0003vt-4k for ding@gnus.org; Wed, 15 Dec 2010 12:38:07 +0100 Original-Received: from 212.31.195.188 ([212.31.195.188]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Dec 2010 12:38:07 +0100 Original-Received: from rpluim by 212.31.195.188 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Dec 2010 12:38:07 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 21 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 212.31.195.188 Mail-Copies-To: never User-Agent: Gnus/5.110011 (No Gnus v0.11) XEmacs/21.5-b29 (cygwin32) Cancel-Lock: sha1:zoq/ZL/oHP7/ym8YdscyjuQUblA= X-Spam-Score: 0.2 (/) X-Spam-Report: SpamAssassin (3.3.1 2010-03-16) analysis follows Bayesian score: 0.0000 Ham tokens: 0.000-1359--2889h-0s--0d--H*u:Gnus, 0.000-872--1853h-0s--0d--H*r:sk:1AlnuQ-, 0.000-872--1853h-0s--0d--HX-Spam-Relays-External:80.91.229.12, 0.000-872--1853h-0s--0d--H*RU:sk:1AlnuQ-, 0.000-872--1853h-0s--0d--HX-Spam-Relays-External:main.gmane.org Spam tokens: 0.861-69--529h-8473s--0d--declared Autolearn status: no 0.0 FREEMAIL_FROM Sender email is freemail (rpluim[at]gmail.com) 0.0 DKIM_ADSP_CUSTOM_MED No valid author signature, adsp_override is CUSTOM_MED -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain 1.2 RCVD_NUMERIC_HELO Received: contains an IP address used for HELO -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.9 NML_ADSP_CUSTOM_MED ADSP custom_med hit, and not from a mailing list 0.0 T_TO_NO_BRKTS_FREEMAIL T_TO_NO_BRKTS_FREEMAIL List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:75014 Archived-At: Richard Riley writes: > Using nnimap, my "sent" are appearing as unread. Is there a gnus way to > either turn off the message count for a group or a cleverer way to mark > sent as read? I quick google showed all sorts of differing opinions so > I thought I'd see if there is a built in way. I realise I can hide the > group completely. I guess I could score myself down too. Other ways? I guess it depends on how you're putting things in "sent". If using gcc: `gnus-gcc-mark-as-read' is a variable declared in Lisp. -- loaded from "gnus-msg" Value: nil Documentation: If non-nil, automatically mark Gcc articles as read. (I have not tested it with nnimap) Robert