diff options
| author | 2022-09-22 22:59:37 -0700 | |
|---|---|---|
| committer | 2022-09-22 23:52:35 -0700 | |
| commit | b20cf1593c98b415cb144bd23c9c60926161d359 (patch) | |
| tree | 7d1761ada703748c06732c1c02a8f8e100d016e2 | |
| parent | 9fc69c8491fe27427aea364fad9757698f4d27cc (diff) | |
| download | notmuch-tag-mailinglists-b20cf1593c98b415cb144bd23c9c60926161d359.tar.gz notmuch-tag-mailinglists-b20cf1593c98b415cb144bd23c9c60926161d359.zip | |
Add ‘stumpwm-devel’ mailing list
| -rwxr-xr-x | notmuch-tag-mailinglists | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/notmuch-tag-mailinglists b/notmuch-tag-mailinglists index 148988c..0c6576a 100755 --- a/notmuch-tag-mailinglists +++ b/notmuch-tag-mailinglists @@ -12,4 +12,5 @@ exec scsh -e main -s "$0" "$@" (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 +info-gnu-emacs to:info-gnu-emacs@gnu.org)) + (run (notmuch tag +stumpwm-devel to:stumpwm-devel@nongnu.org))) |
