From ebb936d5310d0fb8daba552c37a39d170f91cb7b Mon Sep 17 00:00:00 2001 From: tfheen Date: Wed, 4 Feb 2009 12:47:44 +0000 Subject: [PATCH] New world order git-svn-id: file:///svn/tfheen/trunk/dotfiles@1333 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- gnus | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/gnus b/gnus index 0a20154..3a25b59 100644 --- a/gnus +++ b/gnus @@ -73,6 +73,11 @@ ; (nntp-end-of-line "\n") ; (nntp-rlogin-parameters ; ("telnet" "nntp.linpro.no" "nntp")))) + (add-to-list 'gnus-secondary-select-methods '(nnimap "ox.linpro" + (nnimap-address "ox.linpro.no") + (nnimap-server-port 993) + (nnimap-stream ssl) + (nnimap-authinfo-file "~/.imap-authinfo"))) (add-to-list 'gnus-secondary-select-methods '(nnimap "mail.err.no" (nnimap-stream shell))) @@ -390,11 +395,11 @@ inserts \" characters." '( ; Default-verdier (".*" - (address (if (string-match "qurzaw" system-name) "tfheen@linpro.no" "tfheen@err.no")) + (address (if (string-match "qurzaw" system-name) "tfheen@redpill-linpro.com" "tfheen@err.no")) ; (Organization "Private") (Bcc (if (string-match "qurzaw" system-name) - (concat "tfheen+outgoing" (char-to-string 64) "linpro.no") + (concat "tfheen+outgoing" (char-to-string 64) "redpill-linpro.com") (concat "tfheen+outgoing" (char-to-string 64) "err.no"))) (signature-file (if (file-exists-p (expand-file-name (concat "~/.signature-" system-name))) @@ -649,7 +654,7 @@ on multiple mail-followup-to headers" (add-hook 'message-header-setup-hook 'message-subject-strip-any-re) (setq gnus-treat-display-smileys nil - gnus-ignored-from-addresses "tfheen@\\(linpro.no\\|ubuntu.com\\|add\\.no\\|idi\\.ntnu\\.no\\|debian\\.org\\|stud\\.ntnu\\.no\\|hardware\\.no\\|raw\\.no\\|err.no\\|samfundet\\.no\\|uka\\.no\\|pvv\\.\\(org\\|ntnu.no\\)\\)\\|tollef@add\\.no\\|tollef-[^@]*@add\\.no") + gnus-ignored-from-addresses "tfheen@\\(\\(redpill-\\)?linpro.\\(no\\|com\\)\\|ubuntu.com\\|add\\.no\\|idi\\.ntnu\\.no\\|debian\\.org\\|stud\\.ntnu\\.no\\|hardware\\.no\\|raw\\.no\\|err.no\\|samfundet\\.no\\|uka\\.no\\|pvv\\.\\(org\\|ntnu.no\\)\\)\\|tollef@add\\.no\\|tollef-[^@]*@add\\.no") (cw/requiring-package (deuglify)) -- 2.39.5