GNU bug report logs -
#59017
28.2; Searching using nnir stopped
Previous Next
Reported by: Waleed Yousef <wyousef <at> fcih.net>
Date: Fri, 4 Nov 2022 15:52:02 UTC
Severity: normal
Found in version 28.2
Done: Eric Abrahamsen <eric <at> ericabrahamsen.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Waleed Yousef <wyousef <at> fcih.net> writes:
> I used to use namazu as the search engine inside gnus. All of a sudden,
> it is no longer working. Probably, this is after I started using
> spacemacs. But nothing changed. This is my configurations:
>
> (require 'nnir)
> (setq nnir-method-default-engines '((nnml . namazu)))
> (setq nnir-namazu-index-directory (expand-file-name "~/.namazu-mail"))
> (setq nnir-namazu-remove-prefix "/home/wyousef/Mail/")
nnir has been replaced by gnus-search in Emacs 28 -- this configuration
should get you obsolete variable warnings. Replacement config is pretty
direct:
(setq gnus-search-default-engines '((nnml . namazu)))
(setq gnus-search-namazu-index-directory (expand-file-name "~/.namazu-mail"))
(setq gnus-search-namazu-remove-prefix "/home/wyousef/Mail/")
Try that...
This bug report was last modified 2 years and 195 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.