aboutsummaryrefslogtreecommitdiffstats
path: root/notmuch-tag-mailinglists
blob: 0c6576a475895c7d9cf72780accd8db68e2955fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/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))
  (run (notmuch tag +stumpwm-devel to:stumpwm-devel@nongnu.org)))