From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/471 Path: news.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.user Subject: Re: How to select articles by (author|subject|...) Date: Sat, 18 May 2002 01:10:49 +0200 Organization: http://purl.org/harder/ Message-ID: References: <81offewg7t.fsf@shasta.cs.uiuc.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1138667436 7045 80.91.229.2 (31 Jan 2006 00:30:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:30:36 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:27:38 2006 Original-Path: quimby.gnus.org!lackawana.kippona.com!newsfeed.media.kyoto-u.ac.jp!news.tele.dk!small.news.tele.dk!193.162.153.118!news.tele.dk!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i686-pc-linux-gnu) Cancel-Lock: sha1:sOWjYHL/5vVvhdNkY9ugilaMiio= Original-NNTP-Posting-Host: 195.215.96.137 Original-X-Trace: 1021677238 dtext.news.tele.dk 61952 195.215.96.137 Original-X-Complaints-To: abuse@post.tele.dk Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:611 Original-Lines: 28 X-Gnus-Article-Number: 611 Tue Jan 17 17:27:38 2006 Xref: news.gmane.org gmane.emacs.gnus.user:471 Archived-At: Lars Clausen writes: > When going into large newsgroups or mail folders, I frequently need to > just find articles that are from a certain person or with a certain > subject. I can't see any easy way to do this in Gnus. I would expect > gnus-group-select-by-author or similar. I have been perusing the info > pages and FAQs to no avail. Is there a way to do this? > > If not, how hard would it be to make Gnus do the following: > > Allow entering a group showing only articles matching a certain > regexp. You could do it by entering the group with: `C-u M-RET' (gnus-group-quick-select-group, to make it a bit faster) and then limit by, say, author with `\ a'. There is an NNTP extension command, "XPAT", which would allow the filtering to be done server side -- but Gnus doesn't have support for it. > Interface with a mail database of some kind (haven't started using > any, as I can't use it from Gnus yet). Look for `nnir.el' (by Kai Großjohann) which supports various indexing engines: swish, namazu etc.