Gnus development mailing list
 help / color / mirror / Atom feed
From: kai.grossjohann@gmx.net (Kai Großjohann)
Subject: Fledgling project nnsearch.el
Date: Sun, 24 Aug 2003 16:29:17 +0200	[thread overview]
Message-ID: <841xvbb03m.fsf@slowfox.is.informatik.uni-duisburg.de> (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 --]

             reply	other threads:[~2003-08-24 14:29 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-24 14:29 Kai Großjohann [this message]
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

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=841xvbb03m.fsf@slowfox.is.informatik.uni-duisburg.de \
    --to=kai.grossjohann@gmx.net \
    /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).