From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59306 Path: main.gmane.org!not-for-mail From: "Ted Zlatanov" Newsgroups: gmane.emacs.gnus.general Subject: Re: Bug: spam articles not processed Date: 30 Nov 2004 11:11:28 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <4nllcjnwpb.fsf@lifelogs.com> References: <4n7jokbj24.fsf@lifelogs.com> <4nu0rclmrx.fsf@lifelogs.com> <4ny8gkxysm.fsf@lifelogs.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1101831455 6999 80.91.229.6 (30 Nov 2004 16:17:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 30 Nov 2004 16:17:35 +0000 (UTC) Original-X-From: ding-owner+M7846@lists.math.uh.edu Tue Nov 30 17:17:21 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CZAgr-0006D5-00 for ; Tue, 30 Nov 2004 17:17:21 +0100 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 1CZAbP-0002U3-00; Tue, 30 Nov 2004 10:11:43 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CZAbK-0002Ty-00 for ding@lists.math.uh.edu; Tue, 30 Nov 2004 10:11:38 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CZAbF-0002G6-T3 for ding@lists.math.uh.edu; Tue, 30 Nov 2004 10:11:33 -0600 Original-Received: from mail.bwh.harvard.edu (clifford.bwh.harvard.edu [134.174.9.41]) by justine.libertine.org (Postfix) with ESMTP id 2C98C3A0278 for ; Tue, 30 Nov 2004 10:11:32 -0600 (CST) Original-Received: (qmail 28600 invoked from network); 30 Nov 2004 16:00:28 -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 ; 30 Nov 2004 16:00:27 -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:041130:ding@gnus.org::s3wyZiAWhCvzxxRa:00000q2o In-Reply-To: (Reiner Steib's message of "Mon, 29 Nov 2004 20:33:11 +0100") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: main.gmane.org gmane.emacs.gnus.general:59306 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59306 On Mon, 29 Nov 2004, reinersteib+gmane@imap.cc wrote: On Mon, Nov 29 2004, Ted Zlatanov wrote: > >> Fixed in CVS now. > > Why is `ignore-errors' needed there? gnus-summary-pop-limit throws an error if there are no limits on the stack. I could have gone directly to the (gnus-summary-limit nil 'pop) call that gnus-summary-pop-limit does, but it seemed like a better idea to go through the higher-level API. As I already mentioned, I don't know the summary limit functionality so if anyone else thinks there's a better way, they are welcome to correct me. Thanks Ted