Skip to content

Instantly share code, notes, and snippets.

Created November 28, 2012 16:00
Show Gist options
  • Select an option

  • Save anonymous/4162182 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/4162182 to your computer and use it in GitHub Desktop.
(setq gnus-select-method '(nntp "news.gmane.org")
gnus-check-new-newsgroups nil
message-kill-buffer-on-exit t
gnus-grup-update-tool-bar nil
gnus-use-dribble-file nil
gnus-save-newsrc-file nil
message-send-mail-function 'smtpmail-send-it
smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil))
smtpmail-default-smtp-server "smtp.gmail.com"
smtpmail-smtp-server "smtp.gmail.com"
smtpmail-smtp-service 587
mm-verify-option 'known
mm-decrypt-option 'known
mm-text-html-renderer 'shr
message-elide-ellipsis "---8<---[snipped %l lines, %c chars]---8<---\n"
gnus-buttonized-mime-types '("multipart/encrypted" "multipart/signed")
gnus-thread-hide-subtree t
gnus-treat-from-gravatar 'head
gnus-treat-mail-gravatar 'head
gnus-article-update-date-headers nil)
(add-to-list 'gnus-secondary-select-methods '(nnimap "gmail"
(nnimap-address "imap.gmail.com")
(nnimap-server-port 993)
(nnimap-stream ssl)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment