From f03fb9ad5cb3f72d4ff3a7ab717ba21ed639eac7 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 12 Dec 2022 16:25:17 +0000 Subject: update --- process_hsbc_transactions_openbsd.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 process_hsbc_transactions_openbsd.sh diff --git a/process_hsbc_transactions_openbsd.sh b/process_hsbc_transactions_openbsd.sh old mode 100755 new mode 100644 -- cgit v1.2.3 From 2191e2ad9d6086dfb403b480c8ab3ffdfc072d8c Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 13 Jan 2023 08:26:58 +0000 Subject: tweak --- mrlnotmuch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3