Tuesday, May 12, 2009

addenda

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:

SETH said...

Thanks. I actually came here looking for info about rcirc and bbdb but found this gem about nnir.

Very helpful.