From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61157 Path: news.gmane.org!not-for-mail From: "Ted Zlatanov" Newsgroups: gmane.emacs.gnus.general Subject: Re: inverse of M-d gnus-summary-mark-as-spam Date: 13 Oct 2005 13:39:31 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <4nachdfh9o.fsf@lifelogs.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1129225643 8087 80.91.229.2 (13 Oct 2005 17:47:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Oct 2005 17:47:23 +0000 (UTC) Original-X-From: ding-owner+m9690@lists.math.uh.edu Thu Oct 13 19:47:19 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EQ75b-0001XA-Rf for ding-account@gmane.org; Thu, 13 Oct 2005 19:42:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1EQ75J-0007oY-00; Thu, 13 Oct 2005 12:41:41 -0500 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1EQ73V-0007oS-00 for ding@lists.math.uh.edu; Thu, 13 Oct 2005 12:39:49 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1EQ73T-0005SG-Kb for ding@lists.math.uh.edu; Thu, 13 Oct 2005 12:39:49 -0500 Original-Received: from clifford.bwh.harvard.edu ([134.174.9.41] helo=mail.bwh.harvard.edu) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1EQ73J-0008DS-00 for ; Thu, 13 Oct 2005 19:39:37 +0200 Original-Received: (qmail 4302 invoked from network); 13 Oct 2005 17:34:33 -0000 Envelope-Sender: tzz@lifelogs.com Envelope-Recipients: ding@gnus.org, Original-Received: from asimov.bwh.harvard.edu (HELO asimov) (internal?.8?user:?tzz@[134.174.8.118]) (envelope-sender ) by mail.bwh.harvard.edu (qmail-ldap-1.03) with SMTP for ; 13 Oct 2005 17:34:30 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" X-Hashcash: 1:20:051013:ding@gnus.org::if/Oe+6ZOUyXwSHp:00002VJi In-Reply-To: (Reiner Steib's message of "Mon, 10 Oct 2005 09:50:25 +0200") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on sysblade0.bwh.harvard.edu X-Spam-Status: No, score=-1.6 required=5.8 tests=AWL,BAYES_00 autolearn=ham version=3.0.1 X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61157 Archived-At: On 10 Oct 2005, reinersteib+gmane@imap.cc wrote: On Mon, Oct 10 2005, Sam Steingold wrote: > >> how do I undo the effects of M-d (gnus-summary-mark-as-spam)? >> M P U (gnus-summary-unmark-all-processable) does not do that. > > You may use e.g. `d', `!', `?' to convert the spam-mark into a > ham-mark. Actually it's in the manual, but probably we should mention > this prominently on the first page (info "(gnus)Filtering Spam Using > The Spam ELisp Package"). I should mention it's really tri-state (ham, spam, neither) as well. When I have free time I'll work on this. Ted