Gnus development mailing list
 help / color / mirror / Atom feed
* Searching in all mails ...
@ 1997-10-12 23:45 Stefan Waldherr
  1997-10-13  7:58 ` Kai Grossjohann
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Waldherr @ 1997-10-12 23:45 UTC (permalink / raw)



is quite a pain in gnus. It would be really nice to have a feature (possibly
thru `G w' in the group buffer?) that searches thru all mails. glimpse is a
very fast search engine (http://glimpse.cs.arizona.edu/, there is also an
.rpm) that seems very good for this kind of task.

glimpse requires an index to search, so you index your mail regularily in a
cron job, for example

	glimpseindex -o -H ~/Mail/ ~/Mail/

This tells glimpse to index ~/Mail and leave an index file (size in this case
about 7-9% of all files) in ~/Mail/.glimpse_*.

Searching the index is even easier, for example

	glimpse -H ~/Mail/ 'web;server;account'

looks in the index file, that glimpse finds in ~/Mail/.glimpse_*) and returns
a list of matching mails in the form

/home/swa/Mail/bxx-users/14: An RWI web server account will be needed and is
availble free on request.
/home/swa/Mail/bxx-users/17: >An RWI web server account will be needed and is
availble free on request.

Wouldn't this be an extremely useful feature?

Stefan.
-- 
Stefan Waldherr                office +1 (412) 268-3837
                                  fax +1 (412) 268-5576
                               e-Mail swa@cs.cmu.edu
                                  www http://mind.learning.cs.cmu.edu/


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1997-10-13  7:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-10-12 23:45 Searching in all mails Stefan Waldherr
1997-10-13  7:58 ` Kai Grossjohann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).