From: tfheen Date: Fri, 23 Nov 2007 10:41:18 +0000 (+0000) Subject: Mail moved to vuizook X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b820f35fc0351fd604585051529e00e5d73a986;p=dotfiles Mail moved to vuizook git-svn-id: file:///svn/tfheen/trunk/dotfiles@1075 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/gnus b/gnus index c577d8a..8321a21 100644 --- 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: "))) (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.*")