Skip to content

Instantly share code, notes, and snippets.

@Superbil
Created February 22, 2013 13:44
Show Gist options
  • Save Superbil/5013469 to your computer and use it in GitHub Desktop.
Save Superbil/5013469 to your computer and use it in GitHub Desktop.
Gmail for gnus in emacs
;; 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