Discussion:
Trouble with Gnus + namazu
(too old to reply)
Torsten Bronger
2021-01-11 06:05:48 UTC
Permalink
Hallöchen!

Since commit 7fad12c59b3c65665c10050e800d1d7ad5a2e056, I have
problems getting namazu-based mail searching working. My
configuration says:

In .emacs:

(setq nnir-namazu-index-directory "/var/lib/namazu/")

In .gnus:

(setq gnus-secondary-select-methods '((nnml "" (nnir-search-engine namazu))))

This results in "Group nnselect:nnselect-87sg78bdzr.fsf contains no
messages" error when I hit "G G" in the group buffer and enter a
query string. Besides, the namazu executable is not called at all.
The same behavour I get if I don’t configure namazu at all in
Emacs/Gnus.

I read the new Gnus documentation on this subject but it is not rich
in examples. What is the new way to activate namazu for my nnml
groups?

Thanks!

Tschö,
Torsten.
--
Torsten Bronger
Gijs Hillenius
2021-01-11 15:53:58 UTC
Permalink
Post by Torsten Bronger
Hallöchen!
Since commit 7fad12c59b3c65665c10050e800d1d7ad5a2e056, I have
problems getting namazu-based mail searching working. My
Hello Torsten,

have you set

(setq gnus-search-use-parsed-queries t)

by any chance?

[...]

Loading...