Skip to content

Instantly share code, notes, and snippets.

@anselm-helbig
Forked from hhirsch/.emacs_extensions.txt
Last active August 29, 2015 14:11
Show Gist options
  • Save anselm-helbig/d34f58fb97357a6a9c9d to your computer and use it in GitHub Desktop.
Save anselm-helbig/d34f58fb97357a6a9c9d to your computer and use it in GitHub Desktop.
(setq gnus-select-method
'(nnimap "wimdu"
(nnimap-address "imap.gmail.com")
(nnimap-server-port 993)
(nnimap-stream ssl)
(nnir-search-engine imap)))
(add-to-list 'gnus-secondary-select-methods
'(nnimap "gmail"
(nnimap-address "imap.gmail.com")
(nnimap-server-port 993)
(nnimap-stream ssl)
(nnir-search-engine imap)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment