emacs: gnus: add gnewsense list subscriptions
authorAmin Bandali <bandali@gnu.org>
Sun, 18 Aug 2019 14:06:56 +0000 (10:06 -0400)
committerAmin Bandali <bandali@gnu.org>
Sun, 18 Aug 2019 14:06:56 +0000 (10:06 -0400)
.emacs.d/init.el

index 6fbb842..09b790d 100644 (file)
@@ -1598,7 +1598,7 @@ For disabling the behaviour for certain buffers and/or modes."
                                  ;; (: gnus-registry-split-fancy-with-parent)
                                  ;; (: gnus-group-split-fancy "INBOX" t "INBOX")
                                  ;; gnu
-                                 (list "\\(.*\\).gnu.org" "l.\\1")
+                                 (list "\\(.*\\).\\(non\\)?gnu.org" "l.\\1")
                                  ;; webmasters
                                  (from "webmasters\\(-comment\\)?@gnu\\.org" "webmasters")
                                  ;; haskell
@@ -1671,6 +1671,18 @@ For disabling the behaviour for certain buffers and/or modes."
       (to-address . "fencepost-users@gnu.org")
       (to-list    . "fencepost-users@gnu.org")
       (list-identifier . "\\[Fencepost-users\\]"))
+     ("l\\.gnewsense-art"
+      (to-address . "gnewsense-art@nongnu.org")
+      (to-list    . "gnewsense-art@nongnu.org")
+      (list-identifier . "\\[gNewSense-art\\]"))
+     ("l\\.gnewsense-dev"
+      (to-address . "gnewsense-dev@nongnu.org")
+      (to-list    . "gnewsense-dev@nongnu.org")
+      (list-identifier . "\\[Gnewsense-dev\\]"))
+     ("l\\.gnewsense-dev"
+      (to-address . "gnewsense-users@nongnu.org")
+      (to-list    . "gnewsense-users@nongnu.org")
+      (list-identifier . "\\[gNewSense-users\\]"))
      ("l\\.gnunet-developers"
       (to-address . "gnunet-developers@gnu.org")
       (to-list    . "gnunet-developers@gnu.org")