From: tfheen Date: Mon, 8 Mar 2004 20:04:14 +0000 (+0000) Subject: Random changes X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba598b718b04a0790e72f5fe82b6f8bfdadcf395;p=dotfiles Random changes git-svn-id: file:///svn/tfheen/trunk/dotfiles@468 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/gnus b/gnus index 4644572..7494870 100644 --- 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)))) +