diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2023-01-13 08:26:58 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2023-01-13 08:26:58 +0000 |
commit | 2191e2ad9d6086dfb403b480c8ab3ffdfc072d8c (patch) | |
tree | 7fd2d98c6d685bf9815f7a4225a99e76daccec1a | |
parent | f03fb9ad5cb3f72d4ff3a7ab717ba21ed639eac7 (diff) |
tweak
Diffstat (limited to '')
-rwxr-xr-x | mrlnotmuch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrlnotmuch.sh b/mrlnotmuch.sh index f384051..d028ccc 100755 --- a/mrlnotmuch.sh +++ b/mrlnotmuch.sh @@ -5,7 +5,7 @@ notmuch tag +emacs from:info@protesilaos.com > /dev/null 2>&1 notmuch tag +list +emacs to:~protesilaos/denote@lists.sr.ht > /dev/null 2>&1 notmuch tag +list from:ek@eleanorkonik.com > /dev/null 2>&1 notmuch tag +receipt from:platform@parentpay.com > /dev/null 2>&1 -notmuch tag +todo to:madmin+task@rushpost.com > /dev/null 2>&1 +notmuch tag +todo +unread from:matt@matthewlemon.com to:madmin+task@rushpost.com > /dev/null 2>&1 notmuch tag +school from:SC9294404a@schoolcomms.com > /dev/null 2>&1 notmuch tag +school from:27ED003@groupcallalert.com > /dev/null 2>&1 notmuch tag +deleted from:verify@twitter.com > /dev/null 2>&1 |