]> err.no Git - dotfiles/commitdiff
Random changes
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Mon, 8 Mar 2004 20:04:14 +0000 (20:04 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Mon, 8 Mar 2004 20:04:14 +0000 (20:04 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@468 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

gnus

diff --git a/gnus b/gnus
index 46445720696040d02da5d5e9d386fd14d9927720..749487076671a219983f2c1eedc02ceba6e8cc48 100644 (file)
--- a/gnus
+++ b/gnus
@@ -120,6 +120,8 @@ inserts \" characters."
            '("drift.pvv.sherlock" "^\\(Delivered-To\\|\\):.*sherlock@pvv")
            '("drift.pvv.nerds" "^\\(Delivered-To\\|\\):.*nerds@pvv")
            '("drift.pvv.abuse" "^\\(Delivered-To\\|\\):.*abuse@pvv")
+            '("drift.pvv.nuccc-2004" "^List-Id:.*nuccc.list.pvv.org")
+
            '("drift.opera.diverse" "^\\(X-BeenThere\\|To\\|Cc\\):.*server@opera")
            '("drift.opera.www.opera.com" "^From:.*root@opera.com")
            '("drift.opera.security" "^\\(To\\|Cc\\):.*\\(security\\|security-issues\\)@opera")
@@ -191,6 +193,8 @@ inserts \" characters."
            '("div.samfundet.diskusjon" "^\\(To\\|Cc\\):.*diskusjon@samfundet.no")
            '("div.samfundet.info" "^\\(To\\|Cc\\):.*info@samfundet.no")
            '("div.samfundet.gjenger" "^\\(To\\|Cc\\):.*gjenger@samfundet.no")
+            '("div.ntnu.dans.lindy" "^List-Id:.*dans-lindy.list.stud.ntnu.no")
+            '("div.ntnu.dans.swing-prat" "^List-Id:.*dans-swing-prat.list.stud.ntnu.no")
             '("div.ntnu.klatring" "^\\(To\\|Cc\\):.*tindegruppa.list.stud.ntnu.no")
             '("div.ntnu.speider" "^List-Id.*tssg.list.stud.ntnu.no")
             '("div.ntnu.fritt-forum" "^List-Id:.*fritt-forum.list.pvv.org")
@@ -851,3 +855,13 @@ Tollef Fog Heen
 
 " (/ (string-to-int size) 1024)))
 (widen)))
+
+(setq message-subscribed-address-functions
+      '(gnus-find-subscribed-addresses))
+
+(setq gnus-parameters
+      '(("^nnml:linux.debian\\.\\([^.]+\\)"
+         (to-address . "debian-\\1@lists.debian.org")
+         (to-list . "debian-\\1@lists.debian.org")
+         (subscribed . t))))
+