Gnus development mailing list
 help / color / mirror / Atom feed
* Fledgling project nnsearch.el
@ 2003-08-24 14:29 Kai Großjohann
  2003-08-24 14:57 ` Kai Großjohann
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Kai Großjohann @ 2003-08-24 14:29 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 1333 bytes --]

There is nnir.el but it has a few problems.  So I'm starting a
rewrite.  I have something which does more than a no-op, but it's
nowhere complete, yet.  But as the saying goes, release early, release
often...

What are the problems with nnir?

* It includes code from people who may not have submitted the
  paperwork, so it can never be part of Gnus.  I think it would be
  useful to have searching be part of Gnus.

* It has obfuscated configuration that's prone to bugs, too.

What are the aims for nnsearch?

* Make it easy to set up.

* Allow for searching multiple search engines and multiple select
  methods in one go.  For example, you might index your nnml stuff
  with Namazu but also want to use IMAP searching for nnimap groups.

What does nnsearch currently do?

* It can use Namazu to query your nnml backend, if it is named
  "nnml:".

How to set it up?

* Let's say you have this server spec:
      (nnml "" ...other.parms...)
  Change it to read like so:
      (nnml ""
       (nnsearch-root-directory "~/Mail")
       (nnsearch-namazu-index-directory "~/.namazu")
       ...other.parms...)

* Index your mail with Namazu 2.0.x:

    mkdir ~/.namazu
    cd ~/.namazu
    mknmz -h ~/Mail

* Load nnsearch.el.

* Invoke M-x gnus-group-search RET from the group buffer.
-- 
Two cafe au lait please, but without milk.


[-- Attachment #2: nnsearch.el --]
[-- Type: application/emacs-lisp, Size: 12885 bytes --]

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

end of thread, other threads:[~2004-05-11  9:07 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-24 14:29 Fledgling project nnsearch.el Kai Großjohann
2003-08-24 14:57 ` Kai Großjohann
2003-08-24 16:57   ` Kai Großjohann
2003-08-24 17:22     ` Kai Großjohann
2003-08-24 20:54     ` Juha Autero
2003-08-25 19:49       ` Kai Großjohann
2003-08-24 20:53 ` Christoph Conrad
2003-08-25 19:55   ` Kai Großjohann
2003-08-25 20:25     ` Kai Großjohann
2003-08-26  9:44       ` Christoph Conrad
2003-08-25  1:33 ` gnus-namazu.el (was: Fledgling project nnsearch.el) TSUCHIYA Masatoshi
     [not found]   ` <odbruc1ez6.fsf@horse08.daimi.au.dk>
2003-09-10  2:38     ` gnus-namazu.el TSUCHIYA Masatoshi
     [not found]       ` <ugllsweu06.fsf@horse03.daimi.au.dk>
2003-09-11  1:31         ` gnus-namazu.el TSUCHIYA Masatoshi
2004-05-01  2:43   ` gnus-namazu.el in gnus/contrib? TSUCHIYA Masatoshi
2004-05-01 19:39     ` Kai Grossjohann
2004-05-03 10:24     ` Stefan Reichör
2004-05-11  6:17     ` TSUCHIYA Masatoshi
2004-05-11  8:51       ` Reiner Steib
2004-05-11  9:07         ` TSUCHIYA Masatoshi

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).