Gnus development mailing list
 help / color / mirror / Atom feed
From: bojohan+news@dd.chalmers.se (Johan Bockgård)
Subject: FIX: spam-summary-prepare-exit
Date: Mon, 19 Apr 2004 15:17:23 +0200	[thread overview]
Message-ID: <yoijllks85uk.fsf@frealaf.dd.chalmers.se> (raw)


Remove `not'.

(Also, "Marking spam as expired and moving it to %s" is wrong;
`gnus-newsgroup-name' is the from-group, not the to-group. I did not
change this.)


Index: lisp/spam.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/spam.el,v
retrieving revision 7.29
diff -u -r7.29 spam.el
--- lisp/spam.el	16 Apr 2004 18:50:41 -0000	7.29
+++ lisp/spam.el	19 Apr 2004 13:04:31 -0000
@@ -745,7 +745,7 @@
 	  (spam-register-routine classification check))))
 
     (unless (and spam-move-spam-nonspam-groups-only
-		 (not (spam-group-spam-contents-p gnus-newsgroup-name)))
+		 (spam-group-spam-contents-p gnus-newsgroup-name))
       (gnus-message 5 "Marking spam as expired and moving it to %s"
 		    gnus-newsgroup-name)
       (spam-mark-spam-as-expired-and-move-routine

-- 
Johan Bockgård



             reply	other threads:[~2004-04-19 13:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-19 13:17 Johan Bockgård [this message]
2004-04-21 15:41 ` Ted Zlatanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yoijllks85uk.fsf@frealaf.dd.chalmers.se \
    --to=bojohan+news@dd.chalmers.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).