nnir-mu/README.org

600 B

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/commit/461a252813d1c502476186bc6446a68645db1a6d/nnir-mu.el