Created
February 22, 2013 13:44
-
-
Save Superbil/5013469 to your computer and use it in GitHub Desktop.
Gmail for gnus in emacs
This file contains hidden or 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
;; You need this to be able to list all labels in gmail | |
(setq gnus-ignored-newsgroups "") | |
;; And this to configure gmail imap | |
(add-to-list 'gnus-secondary-select-methods '(nnimap "gmail" | |
(nnimap-address "imap.gmail.com") | |
(nnimap-server-port 993) | |
(nnimap-stream ssl))) | |
(provide 'init-gnus) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment