From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37762 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: WIBNI - enhanced limiting Date: 13 Aug 2001 11:40:14 -0700 Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035173120 15523 80.91.224.250 (21 Oct 2002 04:05:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:05:20 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 29761 invoked from network); 13 Aug 2001 18:40:22 -0000 Original-Received: from mail.networkone.net (209.144.112.246) by gnus.org with SMTP; 13 Aug 2001 18:40:22 -0000 Original-Received: (qmail 20583 invoked from network); 13 Aug 2001 18:40:18 -0000 Original-Received: from unknown (HELO reader.local.lan) (209.144.117.151) by mail.networkone.net with SMTP; 13 Aug 2001 18:40:18 -0000 Original-Received: (from reader@localhost) by reader.local.lan (8.11.2/8.11.0) id f7DIeE919409; Mon, 13 Aug 2001 11:40:14 -0700 X-Authentication-Warning: reader.local.lan: reader set sender to reader@newsguy.com using -f Original-To: ding@gnus.org User-Agent: Gnus/5.090003 (Oort Gnus v0.03) Emacs/21.0.104 Original-Lines: 26 Xref: main.gmane.org gmane.emacs.gnus.general:37762 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:37762 Wouldn't it be nice if we could use the Extra Header code that allows us to limit to custom headers with `/ x ' to set what gets displayed in the actual summary line at the same time? Currently `/ x Keywords WORD will generate a limited summary display containing messages that hava a Keywords header that includes `WORD'. However the contents of From and Subject fields is what is in that summary display format line. How nice it would be if instead of From/subject one could see the Keywords header displayed. Something like: C-u Keywords / x Keywords WORD - would generate a summary buffer with the same messages but now the Keywords/Subject Headers would be displayed. Or: C-u Date / x Keywords WORD - would generate a summary Where the Date/Subject headers would be displayed for those same messages. I hope someone answers with: Oh, you mean like the stuff Committed to CVS yesterday?