Update usage of obsolete nnir-method-default-engines variable
Not clear how to search through local mails now, though. Using `gnus-search-find-grep` does not work. And how to search through NNTP groups now?
This commit is contained in:
parent
39fa549fc7
commit
3fa3ba2b3f
5
init.el
5
init.el
@ -1535,7 +1535,6 @@ respectively."
|
|||||||
gnus-fetch-old-headers nil
|
gnus-fetch-old-headers nil
|
||||||
gnus-select-method '(nnnil "")
|
gnus-select-method '(nnnil "")
|
||||||
gnus-refer-article-method 'current
|
gnus-refer-article-method 'current
|
||||||
gnus-search-use-parsed-queries t
|
|
||||||
|
|
||||||
gnus-visible-headers (regexp-opt '("From:"
|
gnus-visible-headers (regexp-opt '("From:"
|
||||||
"Newsgroups:"
|
"Newsgroups:"
|
||||||
@ -1768,8 +1767,8 @@ respectively."
|
|||||||
|
|
||||||
;; Searching
|
;; Searching
|
||||||
|
|
||||||
(setq nnir-method-default-engines '((nnimap . imap)
|
(setq gnus-search-default-engines '((nnimap . gnus-search-imap))
|
||||||
(nntp . gmane)))
|
gnus-search-use-parsed-queries t)
|
||||||
|
|
||||||
;; Agents
|
;; Agents
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user