From 94b05b65efebc19f815f24350bca5473bb28fb46 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 20 Sep 2011 01:08:06 +0200 Subject: Split off emacs configs to dotemacs --- .emacs.d/gnus.el | 60 -------------------------------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 .emacs.d/gnus.el (limited to '.emacs.d/gnus.el') diff --git a/.emacs.d/gnus.el b/.emacs.d/gnus.el deleted file mode 100644 index 3074aae..0000000 --- a/.emacs.d/gnus.el +++ /dev/null @@ -1,60 +0,0 @@ -(setq gnus-select-method '(nntp "news.eternal-september.org")) -(setq gnus-secondary-select-methods - '((nnmaildir "gmail" - (directory "~/documents/mail/gmail/")) - (nnmaildir "arch" - (directory "~/documents/mail/arch/")) - (nnmaildir "aethon" - (directory "~/documents/mail/aethon/")) - (nntp "news.gmane.org") - (nnrss ""))) - -(setq gnus-auto-subscribed-groups nil) -(setq gnus-save-newsrc-file nil) -(setq gnus-read-newsrc-file nil) -(setq gnus-novice-user t) -(setq gnus-article-truncate-lines nil) - -(setq gnus-parameters - '(("gmail" - (display . all)) - ("aethon" - (display . all) - ("arch" - (display . all))))) - -(setq gnus-permanently-visible-groups - "\\(gmail\\|aethon\\|arch\\):INBOX") - -(setq nntp-marks-is-evil t) - -(setq gnus-check-new-newsgroups nil) - -(setq gnus-posting-styles - '((".*" (address "ryuslash@gmail.com")) - ("arch:" (address "tom.willemsen@archlinux.us")) - ("aethon:" - (address "thomas@aethon.nl") - (signature-file "~/documents/work/aethon/signature.txt")))) - -(setq user-mail-address "ryuslash@gmail.com") -(setq user-full-name "Tom Willemsen") - -(load "tls") - -(setq send-mail-function 'smtpmail-send-it - message-send-mail-function 'message-smtpmail-send-it - starttls-use-gnutls t - smtpmail-gnutls-credentials '(("smtp.gmail.com" 587 "ryuslash@gmail.com" nil)) - smtpmail-starttls-credentials '(("smtp.gmail.com" 587 "ryuslash@gmail.com" nil)) - smtpmail-smtp-server "smtp.gmail.com" - smtpmail-smtp-service 587 - smtpmail-debug-info t - smtpmail-default-smtp-server "smtp.gmail.com") - -(add-hook 'gnus-group-mode-hook 'gnus-topic-mode) - -;;; BBDB -(require 'bbdb) -(bbdb-initialize 'gnus 'message) -(bbdb-insinuate-gnus) -- cgit v1.2.3-54-g00ecf