emacs: gnus: subscribe to help-guix
authorAmin Bandali <bandali@gnu.org>
Mon, 17 Jun 2019 22:41:28 +0000 (18:41 -0400)
committerAmin Bandali <bandali@gnu.org>
Mon, 17 Jun 2019 22:41:28 +0000 (18:41 -0400)
.emacs.d/init.el

index 7a85083..fe8502f 100644 (file)
@@ -1659,6 +1659,7 @@ For disabling the behaviour for certain buffers and/or modes."
                                  (list ".*guile-devel.gnu.org" "l.gnu.guile.devel")
                                  (list ".*guile-user.gnu.org" "l.gnu.guile.user")
                                  (list ".*guix-devel.gnu.org" "l.gnu.guix.devel")
+                                 (list ".*help-guix.gnu.org" "l.gnu.guix.help")
                                  (list ".*info-guix.gnu.org" "l.gnu.guix.info")
                                  (list ".*savannah-hackers-public.gnu.org" "l.gnu.savannah.hackers.public")
                                  (list ".*savannah-users.gnu.org" "l.gnu.savannah.users")
@@ -1755,6 +1756,9 @@ For disabling the behaviour for certain buffers and/or modes."
      ("l\\.gnu\\.guix\\.devel"
       (to-address . "guix-devel@gnu.org")
       (to-list    . "guix-devel@gnu.org"))
+     ("l\\.gnu\\.guix\\.help"
+      (to-address . "help-guix@gnu.org")
+      (to-list    . "help-guix@gnu.org"))
      ("l\\.gnu\\.guix\\.info"
       (to-address . "info-guix@gnu.org")
       (to-list    . "info-guix@gnu.org"))