Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save travnewmatic/77630dc0395c9faacf2e6c9beeb3ba30 to your computer and use it in GitHub Desktop.
Save travnewmatic/77630dc0395c9faacf2e6c9beeb3ba30 to your computer and use it in GitHub Desktop.
(setq user-mail-address "travnewmatic@gmail.com"
user-full-name "Travis Newman")
(setq gnus-select-method
'(nnimap "gmail"
(nnimap-address "imap.gmail.com")
(nnimap-server-port "imaps")
(nnimap-stream tls)))
(setq smtpmail-smtp-server "smtp.gmail.com"
smtpmail-smtp-service 587
gnus-ignored-newsgroups "^to\\.\\|^[0-9. ]+\\( \\|$\\)\\|^[\"]\"[#'()]")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment