aboutsummaryrefslogtreecommitdiffstats
path: root/notmuch-tag-mailinglists
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch-tag-mailinglists')
-rwxr-xr-xnotmuch-tag-mailinglists15
1 files changed, 15 insertions, 0 deletions
diff --git a/notmuch-tag-mailinglists b/notmuch-tag-mailinglists
new file mode 100755
index 0000000..148988c
--- /dev/null
+++ b/notmuch-tag-mailinglists
@@ -0,0 +1,15 @@
+#!/usr/bin/env sh
+# -*- mode: scheme; -*-
+IFS=" "
+exec scsh -e main -s "$0" "$@"
+!#
+
+(define (main args)
+ (run (notmuch tag +help-gnu-emacs to:help-gnu-emacs@gnu.org))
+ (run (notmuch tag +help-guix to:help-guix@gnu.org))
+ (run (notmuch tag +gnu-emacs-sources to:gnu-emacs-sources@gnu.org))
+ (run (notmuch tag +guile-user to:guile-user@gnu.org))
+ (run (notmuch tag +emacs-devel to:emacs-devel@gnu.org))
+ (run (notmuch tag +conkeror to:conkeror@freelists.org))
+ (run (notmuch tag +arch-announce to:arch-announce@archlinux.org))
+ (run (notmuch tag +info-gnu-emacs to:info-gnu-emacs@gnu.org)))