From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/13313 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: display 'not-expired Date: 19 Dec 1997 21:21:53 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035152703 8655 80.91.224.250 (20 Oct 2002 22:25:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:25:03 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id NAA05390 for ; Fri, 19 Dec 1997 13:24:46 -0800 Original-Received: from sina.hpc.uh.edu (Sina.HPC.UH.EDU [129.7.3.5]) by xemacs.org (8.8.5/8.8.5) with ESMTP id PAA24026 for ; Fri, 19 Dec 1997 15:26:31 -0600 (CST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id PAH18131; Fri, 19 Dec 1997 15:26:34 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 19 Dec 1997 15:24:06 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id PAA18063 for ; Fri, 19 Dec 1997 15:23:48 -0600 (CST) Original-Received: (qmail 7464 invoked by uid 504); 19 Dec 1997 21:23:34 -0000 Original-Received: (qmail 7456 invoked from network); 19 Dec 1997 21:23:31 -0000 Original-Received: from xyplex03.uio.no (HELO sparky.gnus.org) (129.240.154.23) by claymore.vcinet.com with SMTP; 19 Dec 1997 21:23:29 -0000 Original-Received: (from larsi@localhost) by sparky.gnus.org (8.8.5/8.8.5) id WAA27625; Fri, 19 Dec 1997 22:25:28 +0100 Mail-Copies-To: never Original-To: ding@gnus.org In-Reply-To: Wes Hardaker's message of "14 Dec 1997 17:53:52 -0800" X-Mailer: Quassia Gnus v0.19/XEmacs 19.15 X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > Yep. I didn't do it because it was going to take me too long to > figure out how to map a article mark into a list of articles that have > it. If you can point me at the functions I need, I'd be happy to do > it correctly... There is no such mapping function, but you can do it the other way around. `(gnus-summary-article-mark ARTICLE)' will return the mark of ARTICLE, and you can iterate over `gnus-newsgroup-headers' to find all the article numbers. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen