From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81220 Path: news.gmane.org!not-for-mail From: Sivaram Neelakantan Newsgroups: gmane.emacs.gnus.general Subject: Re: "mark thread read" without penalty? Date: Sun, 05 Feb 2012 22:19:02 +0530 Message-ID: <828vkhtedd.fsf@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1328460570 20988 80.91.229.3 (5 Feb 2012 16:49:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 5 Feb 2012 16:49:30 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29501@lists.math.uh.edu Sun Feb 05 17:49:29 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ru5HM-00067s-4k for ding-account@gmane.org; Sun, 05 Feb 2012 17:49:28 +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 1Ru5H1-00006M-Ia; Sun, 05 Feb 2012 10:49:07 -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 1Ru5Gz-00006B-W7 for ding@lists.math.uh.edu; Sun, 05 Feb 2012 10:49:06 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1Ru5Gz-0006Ju-95 for ding@lists.math.uh.edu; Sun, 05 Feb 2012 10:49:05 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Ru5Gx-0004cX-RB for ding@gnus.org; Sun, 05 Feb 2012 17:49:03 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ru5Gs-0005sy-0l for ding@gnus.org; Sun, 05 Feb 2012 17:48:58 +0100 Original-Received: from 123.201.50.131 ([123.201.50.131]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 05 Feb 2012 17:48:57 +0100 Original-Received: from nsivaram.net by 123.201.50.131 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 05 Feb 2012 17:48:57 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 29 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 123.201.50.131 User-Mail-Address: nsivaram.net@gmail.com User-Agent: Gnus/5.110019 (No Gnus v0.19) Emacs/23.4 (windows-nt) Cancel-Lock: sha1:TIY/BAW959NDqfhVnOTLUYPIxws= 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-2013--8686h-0s--0d--H*u:Emacs, 0.000-94--405h-0s--0d--H*u:Gnus, 0.000-79--341h-0s--0d--H*r:Debian, 0.000-75--323h-0s--0d--H*r:sk:1AlnuQ-, 0.000-75--323h-0s--0d--H*r:0.1 Spam tokens: 0.928-325--239h-3943s--0d--HX-Spam-Relays-External:quimby.gnus.org, 0.928-325--239h-3943s--0d--H*RU:quimby.gnus.org, 0.926-304--237h-3780s--0d--HTo:D*gnus.org, 0.916-287--292h-4048s--0d--HX-Spam-Relays-Internal:quimby.gnus.org, 0.916-287--292h-4048s--0d--H*RT:80.91.231.51 Autolearn status: no 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (nsivaram.net[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 List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81220 Archived-At: On Sun, Feb 05 2012,Dave Abrahams wrote: > I often find myself wanting mark everything in a thread as read > without having it get scored down by adaptive scoring; I'm not > trying to say "don't show me future messages;" I just don't want to > read the ones I've got. Is there a way to do that? > > Thanks! err...not sure whether this is what you want or it achieves what you want. d runs the command gnus-summary-mark-as-read-forward, which is an interactive compiled Lisp function in `gnus-sum.el'. It is bound to d, M r, M d, . (gnus-summary-mark-as-read-forward N) Mark N articles as read forwards. If N is negative, mark backwards instead. The difference between N and the actual number of articles marked is returned. sivaram --