From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/9075 Path: main.gmane.org!not-for-mail From: Wesley.Hardaker@sphys.unil.ch Newsgroups: gmane.emacs.gnus.general Subject: Feature request: display group parameter Date: 04 Dec 1996 08:58:48 +0100 Organization: Universite de Lausanne, BSP Sender: whardake@iptsun2.unil.ch Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035149155 16339 80.91.224.250 (20 Oct 2002 21:25:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:25:55 +0000 (UTC) Return-Path: Original-Received: (qmail 1766 invoked from smtpd); 4 Dec 1996 08:22:59 -0000 Original-Received: from ifi.uio.no (0@129.240.64.2) by deanna.miranova.com with SMTP; 4 Dec 1996 08:22:58 -0000 Original-Received: from unilmta3.unil.ch (cisun29a.unil.ch [130.223.27.29]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Wed, 4 Dec 1996 09:00:34 +0100 Original-Received: from iptsun2.unil.ch by unilmta3.unil.ch with SMTP inbound; Wed, 4 Dec 1996 09:00:20 +0100 Original-Received: by iptsun2.unil.ch (5.x/Unil-3.1/) id AA22198; Wed, 4 Dec 1996 08:58:52 +0100 Original-To: ding@ifi.uio.no X-Face: #qW^}a%m*T^{A:Cp}$R\"38+d}41-Z}uU8,r%F#c#s:~Nzp0G9](s?,K49KJ]s"*7gvRgA SrAvQc4@/}L7Qc=w{)]ACO\R{LF@S{pXfojjjGg6c;q6{~C}CxC^^&~(F]`1W)%9j/iS/ IM",B1M.?{w8ckLTYD'`|kTr\i\cgY)P4 X-Url: http://www.ece.ucdavis.edu/~hardaker Original-Lines: 28 X-Mailer: Red Gnus v0.72/XEmacs 19.14 Xref: main.gmane.org gmane.emacs.gnus.general:9075 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:9075 Background: `display' Elements that look like `(display . MODE)' says which articles to display on entering the group. Legal values are: `all' Display all articles, both read and unread. `default' Display the default visible articles, which normally includes unread and ticked articles. I use 'display all' in a few of my groups, like my inbox for example... I want to show read messages as well as new ones, for somewhat obvious reasons... What I *don't* want to see though is the Expired articles, because, well, I've deleted them! (Granted I don't want them totally gone for 2 weeks just in case..., but I don't want to see them unless I request it). Therefore, we need a new MODE parameter, say something like 'current' or 'pre-expired' or (uhhh...) 'exactly-what-wes-wants' or something to that effect... It would of course be 'default' + 'read'... Wes