]> git.wh0rd.org - home.git/commitdiff
mail: update list-id filters
authorMike Frysinger <vapier@gentoo.org>
Thu, 20 Feb 2020 03:40:51 +0000 (22:40 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 20 Feb 2020 03:40:51 +0000 (22:40 -0500)
.config/mail/filters.siv

index 7e80bc2da300e8b661396dd0b8e86e6c69aa5413..3d2a96acf6afcc53d3b91807ca141c5fe5bfc952 100644 (file)
@@ -198,6 +198,8 @@ if anyof (
        header :contains "List-Id" "<mpfr.loria.fr>",
        # mtools
        header :contains "List-Id" "<info-mtools.gnu.org>",
+       # mutt
+       header :contains "List-Id" "<mutt-dev.mutt.org>",
        # nano
        header :contains "List-Id" "<nano-devel.gnu.org>",
        # nasm
@@ -603,6 +605,8 @@ if anyof (
        header :contains "List-Id" "<gentoo-dev-announce.gentoo.org>",
        header :contains "List-Id" "<gentoo-devhelp.gentoo.org>",
        header :contains "From" "no-reply@socghop.appspotmail.com",
+       # gentoo-nfp
+       header :contains "List-Id" "<gentoo-nfp.gentoo.org>",
        # gentoo-licenses
        header :contains "List-Id" "<gentoo-licenses.gentoo.org>",
        # gentoo-qa
@@ -620,13 +624,6 @@ if anyof (header :contains "List-ID" "<gentoo.gentoo.github.com>")
        stop;
 }
 
-# Gentoo: NFP
-if anyof (header :contains "List-Id" "<gentoo-nfp.gentoo.org>")
-{
-       fileinto "gentoo.org/nfp";
-       stop;
-}
-
 # Gentoo: -core
 if anyof (header :contains "List-Id" "<gentoo-core.gentoo.org>")
 {