-
-
Save anselm-helbig/d34f58fb97357a6a9c9d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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