Gnus development mailing list
 help / color / mirror / Atom feed
From: Stefan Waldherr <swa@cs.cmu.edu>
Subject: Searching in all mails ...
Date: 12 Oct 1997 19:45:33 -0400	[thread overview]
Message-ID: <upkwwjimtpe.fsf@mind.learning.cs.cmu.edu> (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/


             reply	other threads:[~1997-10-12 23:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-10-12 23:45 Stefan Waldherr [this message]
1997-10-13  7:58 ` Kai Grossjohann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=upkwwjimtpe.fsf@mind.learning.cs.cmu.edu \
    --to=swa@cs.cmu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).