]> err.no Git - dotfiles/commitdiff
New world order
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Wed, 4 Feb 2009 12:47:44 +0000 (12:47 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Wed, 4 Feb 2009 12:47:44 +0000 (12:47 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@1333 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

gnus

diff --git a/gnus b/gnus
index 0a20154a104c8e68a69547da580e608d12df39f3..3a25b594482f9598c9cb8728892f69f6ed78d11b 100644 (file)
--- a/gnus
+++ b/gnus
 ;                                                   (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))