mu backend for Gnus' new (as of Emacs 28.1) gnus-search
Go to file
Jai Flack d96803dae0
Remove comment on gnus-search-notmuch, it's no longer true with gs
2022-03-25 00:23:07 +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 Remove comment on gnus-search-notmuch, it's no longer true with gs 2022-03-25 00:23:07 +10:00
gnus-search-mu.el Bump version to 1.0; feature complete for now... 2022-03-25 00:04:25 +10:00

README.org

gnus-search-mu

An mu search engine for Gnus' search facility.

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/gnus-search-mu")
  (require 'gnus-search-mu)

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

For configuration options see the header of /jflack/gnus-search-mu/src/commit/d96803dae0425ec0d2b44be1cec2252da989e39a/gnus-search-mu.el. It is designed to fit in with the generic gnus-search design where possible.