]> err.no Git - dotfiles/commitdiff
add debcamp-participants
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Mon, 30 Jun 2003 11:34:04 +0000 (11:34 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Mon, 30 Jun 2003 11:34:04 +0000 (11:34 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@169 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

gnus

diff --git a/gnus b/gnus
index 3709c14cbdd8f8dabc0072568555c3c8bf338b3f..f56f6fd8be9afdcc595a85fb5735c19707843f2b 100644 (file)
--- a/gnus
+++ b/gnus
   (setq gnus-select-method '(nntp "news")
 ;gnus-select-method '(nntp "localhost")
         gnus-secondary-select-methods '((nnml "")))
+;                                        (nnimap "peroivind@hardware"
+;              (nnimap-address "mail.hardware.no")
+;              (nnimap-server-port 993)
+;              (nnimap-stream ssl)
+;              (nnimap-authenticator cram-md5)
+;              (nnimap-authinfo-file "~/.imap-authinfo"))))
+;  (require 'ssl)
   (add-to-list 'gnus-secondary-select-methods '(nntp "news.hardware.no"))
   )
 
@@ -123,6 +130,7 @@ inserts \" characters."
            '("drift.hardware.news" "^\\(To\\|Cc\\|Delivered-To\\):.*usenet@.*hardware.no")
            '("drift.hardware.drift" "^\\(To\\|Cc\\|Delivered-To\\):.*drift@hardware.no")
             '("drift.hardware.firewall" "^\\(To\\|Cc\\|Delivered-To\\):.*firewall@webdeal.no")
+           '("drift.hardware.rt" "^To:.*AdminCc of hw.no")
 
            '("drift.samfundet.gsf" "^\\(To\\|Cc\\):.*gsf@.*\\(samfundet\\|stud\\)")
            '("drift.samfundet.gsk" "^\\(To\\|Cc\\):.*gsk@.*\\(samfundet\\|stud\\)")
@@ -194,7 +202,9 @@ inserts \" characters."
             '("linux.progeny.pgi-workers" "^List-Id.*pgi-workers.lists.progeny.com")
             '("linux.progeny.discover-workers" "^List-Id.*discover-workers.lists.progeny.com")
             
+           '("linux.debian.debconf3.debcamp-participants" "^List-Id:.*debcamp.skolelinux.no")
            '("linux.debian.apache-cvs.2003" "^To.*debian-apache@lists.raw.no")
+           '("linux.debian.apache.2003" "^X-Mailing-List.*debian-apache")
            '("linux.debian.hurd-testdrive" "List-Id.*hurd-testdrive.moneybags.cs.uml.edu")
            '("linux.debian.dwn.2003" "^Delivered-To.*dwn@debian.org")
            '("linux.debian.cd.2003" "^X-Mailing-List.*debian-cd")
@@ -292,7 +302,7 @@ inserts \" characters."
                               "http://www.pvv.org/")
                              ("tfheen@idi.ntnu.no"
                               "Tollef Fog Heen"
-                              "Institutt for Datateknikk, FIM, NTNU"
+                              "Institutt for Datateknikk, IME, NTNU"
                               "http://www.idi.ntnu.no/")
                              ("tfheen@debian.org"
                               "Tollef Fog Heen"
@@ -668,4 +678,5 @@ on multiple mail-followup-to headers"
     (gnus-summary-pipe-message "sa-learn --spam --single")
     (gnus-summary-move-article nil "nnml:spam"))
 
-(define-key gnus-summary-backend-map "s" 'tfheen-mark-as-spam)
+(cw/for-host "yiwaz"
+  (define-key gnus-summary-backend-map "s" 'tfheen-mark-as-spam))