Included in Debian stable:

    http://packages.debian.org/mairix

Jari

sdesc: "Index and search email messages stored in Maildir or MH folders"
ldesc: "Index new messages incrementally - any particular message only
gets scanned once in the lifetime of the index file. The search mode
populates a virtual maildir (or MH) folder with symlinks which point to
the real messages. This folder can be opened as usual in your mail program.
The search mode is very fast. Indexing and searching works on the basis of
words. The index file tabulates which words occur in which parts
(particular headers + body) of which messages."
category: Mail
requires: cygwin

a) manual

  wget        \
    http://cygwin.cante.net/mairix/setup.hint \
    http://cygwin.cante.net/mairix/mairix-0.21-1-src.tar.bz2 \
    http://cygwin.cante.net/mairix/mairix-0.21-1.tar.bz2

b) automated

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir mairix ; cd mairix
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/mairix/get.sh \
          http://cygwin.cante.net/mairix/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines

Reply via email to