]> err.no Git - dotfiles/commitdiff
Mail moved to vuizook
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Fri, 23 Nov 2007 10:41:18 +0000 (10:41 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Fri, 23 Nov 2007 10:41:18 +0000 (10:41 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@1075 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

gnus

diff --git a/gnus b/gnus
index c577d8ace3d6ab85ce7e344a67a2ab2ac41c8db6..8321a21db84088f8279af5f0004dc692577a55a1 100644 (file)
--- a/gnus
+++ b/gnus
@@ -23,7 +23,7 @@
 
 (cw/for-host "thosu\\|xoog\\|golem"
   (setq gnus-select-method '(nnimap "err"
-                                    (nnimap-address "vawad.err.no")
+                                    (nnimap-address "vuizook.err.no")
                                     (nnimap-stream gssapi)
                                     (nnimap-authenticator gssapi)
                                     (nnimap-authinfo-file "~/.imap-authinfo"))))
@@ -445,6 +445,8 @@ OBS: <URL:http://www.stud.ifi.uio.no/~jani/OBS/no-alt-gullkorn.shtml>")))
      (address "tfheen@canonical.com")
      (Organization "Canonical Ltd")
      (x-url "http://www.canonical.com"))
+    ("^warthogs\\.kernel-team.*"
+     (To "kernel-team@lists.c.c"))
 ))
 
 
@@ -623,14 +625,14 @@ on multiple mail-followup-to headers"
 ;  (let ((buf (get-buffer-create "*Spam mark*"))
 ;      (cacheid (tfheen-fetch-cacheid)))
 ;    (and cacheid
-;       (start-process "spammark" buf "ssh" "vawad" "spam" cacheid)))
+;       (start-process "spammark" buf "ssh" "vuizook" "spam" cacheid)))
   (gnus-summary-move-article nil (format-time-string "spam.%Y-%m") nil 'move)
   (gnus-summary-next-subject 1))
 
 (defun tfheen-mark-as-ham ()
   (interactive)
   (let ((buf (get-buffer-create "*Ham mark*")))
-    (start-process "hammark" buf "ssh" "vawad" "ham" (tfheen-fetch-cacheid))))
+    (start-process "hammark" buf "ssh" "vuizook" "ham" (tfheen-fetch-cacheid))))
 
 (defun tfheen-fetch-cacheid ()
   (save-excursion
@@ -762,3 +764,4 @@ Argument REVERSE means reverse order."
 
 (setq message-sendmail-f-is-evil nil
       message-sendmail-envelope-from 'header)
+(setq gnus-permanently-visible-groups "^in.2007.*")