added imap searching
require 'nnir
(setq gnus-select-method '(nnimap "imap.gmail.com"
(nnimap-address "imap.gmail.com")
(nnimap-server-port 993)
(nnimap-authinfo-file "~/.authinfo")
(nnir-search-engine imap)
(nnimap-stream ssl)))
1 comment:
Thanks. I actually came here looking for info about rcirc and bbdb but found this gem about nnir.
Very helpful.
Post a Comment