From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46332 Path: main.gmane.org!not-for-mail From: jhbrown@ai.mit.edu (Jeremy H. Brown) Newsgroups: gmane.emacs.gnus.general Subject: Re: Fetching already read e-mail with IMAP source. Date: 01 Sep 2002 16:38:53 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1030912781 21673 127.0.0.1 (1 Sep 2002 20:39:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 1 Sep 2002 20:39:41 +0000 (UTC) Cc: Forum of ding/Gnus users Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17lbVT-0005cy-00 for ; Sun, 01 Sep 2002 22:39:40 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17lbVI-0001Z6-00; Sun, 01 Sep 2002 15:39:28 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 01 Sep 2002 15:40:02 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id PAA21598 for ; Sun, 1 Sep 2002 15:39:49 -0500 (CDT) Original-Received: (qmail 11133 invoked by alias); 1 Sep 2002 20:39:05 -0000 Original-Received: (qmail 11128 invoked from network); 1 Sep 2002 20:39:04 -0000 Original-Received: from life.ai.mit.edu (128.52.32.80) by gnus.org with SMTP; 1 Sep 2002 20:39:04 -0000 Original-Received: from suspiria.ai.mit.edu (suspiria [128.52.39.94]) by life.ai.mit.edu (8.12.2/8.12.2/BASENAME(ai.master.life-8.12.2.mc,.mc):RCS_REVISION(evision: 1.23 ) with ESMTP id g81KcriX008896; Sun, 1 Sep 2002 16:38:53 -0400 (EDT) Original-Received: by suspiria.ai.mit.edu (8.8.8/1.1.19.2/08Jul98-0847PM) id QAA0000005627; Sun, 1 Sep 2002 16:38:53 -0400 (EDT) Original-To: Simon Josefsson In-Reply-To: Original-Lines: 18 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46332 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46332 Simon Josefsson writes: > How about frobing :predicate? I don't know about oort, but 5.8.8 and 5.9.0 have a bug such that setting :predicate nil doesn't work. (I just reported this to the bugs list; my apologies if it's been reported before.) Since you can use functions as well as variables, I've worked around the bug with this stupid function: (defun nullity () nil) and then I use :predicate (nullity) ; bug workaround for nil Jeremy gnus novice