mu search backend for Gnus' nnir
Iet uz failu
Jai Flack 461a252813
fill out README
2020-09-16 18:30:30 +10:00
.gitignore initial package outline 2020-09-15 12:37:05 +10:00
LICENSE Initial commit 2020-09-15 02:21:36 +00:00
README.org fill out README 2020-09-16 18:30:30 +10:00
nnir-mu.el add more commentary 2020-09-16 17:52:05 +10:00

README.org

nnir-mu

An mu search backend for Gnus' nnir.

Of course mu is required and must be set up properly for the groups you want to search. This works almost identically to the current notmuch engine.

Enable

To start using it can be as simple as;

  (add-to-list 'load-path "/path/to/nnir-mu")
  (require 'nnir-mu)

  ;; Then, like any other nnir backend
  (custom-set-variables
   '(nnir-method-default-engines '((nnmaildir . mu))))
  ;; or
  (setq nnir-method-default-engines '((nnmaildir . mu)))

For configuration options see the header of /jflack/nnir-mu/src/branch/master/nnir-mu.el