From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/42963 Path: main.gmane.org!not-for-mail From: Matt Armstrong Newsgroups: gmane.emacs.gnus.general Subject: Re: Automatically list groups with dormants, too Date: Thu, 07 Feb 2002 09:38:59 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: <87vgd9w8kc.fsf@squeaker.lickey.com> References: <877kpr36vi.fsf@squeaker.lickey.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035178131 14982 80.91.224.250 (21 Oct 2002 05:28:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:28:51 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: (qmail 16167 invoked from network); 7 Feb 2002 16:41:27 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 7 Feb 2002 16:41:27 -0000 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 16Yrbe-0007KQ-00; Thu, 07 Feb 2002 10:41:06 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 07 Feb 2002 10:40:40 -0600 (CST) 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 KAA06361 for ; Thu, 7 Feb 2002 10:39:08 -0600 (CST) Original-Received: (qmail 16114 invoked by alias); 7 Feb 2002 16:39:06 -0000 Original-Received: (qmail 16109 invoked from network); 7 Feb 2002 16:39:05 -0000 Original-Received: from hank.lickey.com (ident-is-dumb@64.81.100.235) by gnus.org with SMTP; 7 Feb 2002 16:39:05 -0000 Original-Received: from squeaker.lickey.com (squeaker.lickey.com [192.168.100.10]) by hank.lickey.com (Postfix) with ESMTP id 73967EE41; Thu, 7 Feb 2002 09:39:03 -0700 (MST) Original-Received: from localhost (localhost [127.0.0.1]) by squeaker.lickey.com (Postfix) with ESMTP id 29613BF6E; Thu, 7 Feb 2002 09:39:02 -0700 (MST) Original-Received: by squeaker.lickey.com (Postfix, from userid 1000) id 4C89FBE6C; Thu, 7 Feb 2002 09:39:00 -0700 (MST) Mail-Copies-To: never Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Mail-Followup-To: Kai.Grossjohann@CS.Uni-Dortmund.DE, ding@gnus.org In-Reply-To: (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Wed, 06 Feb 2002 09:32:45 +0100") Original-Lines: 20 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i386-debian-linux-gnu) X-Virus-Scanned: by AMaViS snapshot-20010714 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:42963 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:42963 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > Matt Armstrong writes: > >> I'd like to be able to set a group parameter called something like >> hide-until to something like 20. Then, that group doesn't show up >> in the group buffer until it has 20 new messages in it. > > This is (in principle) possible via gnus-group-prepare-flat: there > you can pass a function and only those groups where the function > returns true will be listed. The function can access the free > variable unread, which is presumably the number of unread messages > in that group. Yeah, see my post to gnu.emacs.gnus for why this didn't satisfy me. :-) --=20 matt