From 75ccc4e3865f11718beb0478e53fccd7c0fc2db0 Mon Sep 17 00:00:00 2001 From: Daniel <89086143+BardofSprites@users.noreply.github.com> Date: Wed, 24 Jul 2024 18:03:26 -0400 Subject: tag sorting and autodelete --- bin/.local/bin/scripts/checkmail | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/.local/bin/scripts/checkmail b/bin/.local/bin/scripts/checkmail index 2b7dad1..2596b71 100755 --- a/bin/.local/bin/scripts/checkmail +++ b/bin/.local/bin/scripts/checkmail @@ -2,6 +2,11 @@ mbsync -a notmuch new +notmuch search --format=text0 --output=files tag:del | xargs -0 --no-run-if-empty rm +notmuch tag +linux +contrib -- to:lists@t2sde.org +notmuch tag +emacs-devel +emacs +contrib -- to:emacs-devel@gnu.org +notmuch tag +emacs-humanities +emacs -- to:emacs-humanities@gnu.org +notmuch tag +emacs-org +emacs +org-mode -- to:emacs-orgmode@gnu.org # logging LOG_FILE="$HOME/.cache/checkmail" -- cgit v1.2.3