From 97af8f36313fdd26a6edfd080c681782511e30c3 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 5 Aug 2013 15:23:18 +0200 Subject: Removed mail config, ignored local files and IRC config --- .gitignore | 7 +++---- init-mail.el | 18 ------------------ 2 files changed, 3 insertions(+), 22 deletions(-) delete mode 100644 init-mail.el diff --git a/.gitignore b/.gitignore index cff209380a1e..35ab96e9fb02 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -/plists/.DS_Store -/.DS_Store -/#init.el# -/.#init.el +scripts/ +init-local.el +irc.el diff --git a/init-mail.el b/init-mail.el deleted file mode 100644 index 982b78156ff3..000000000000 --- a/init-mail.el +++ /dev/null @@ -1,18 +0,0 @@ -(require 'gnus) - -(setq gnus-select-method '(nnimap "gmail" - (nnimap-address "imap.gmail.com") - (nnimap-server-port 993) - (nnimap-stream ssl))) - -(setq message-send-mail-function 'smtpmail-send-it - smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil)) - smtpmail-auth-credentials '(("smtp.gmail.com" 587 "vincent@spotify.com" nil)) - smtpmail-default-smtp-server "smtp.gmail.com" - smtpmail-smtp-server "smtp.gmail.com" - smtpmail-smtp-service 587 - smtpmail-local-domain "spotify.com") - - ;; Make Gnus NOT ignore [Gmail] mailboxes -(setq gnus-ignored-newsgroups "^to\\.\\|^[0-9. ]+\\( \\|$\\)\\|^[\"]\"[#'()]") - -- cgit 1.4.1