From 34f3845769670dc5799d60d5201ed8ca637968a5 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sun, 22 Dec 2024 11:07:36 +0100 Subject: . --- home/dots/mail/.notmuch/hooks/post-new | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 home/dots/mail/.notmuch/hooks/post-new (limited to 'home/dots/mail/.notmuch/hooks/post-new') diff --git a/home/dots/mail/.notmuch/hooks/post-new b/home/dots/mail/.notmuch/hooks/post-new new file mode 100755 index 0000000..ef985c0 --- /dev/null +++ b/home/dots/mail/.notmuch/hooks/post-new @@ -0,0 +1,13 @@ +#!/run/current-system/profile/bin/bash + +notmuch tag +work -- folder:/work/ +notmuch tag +home -- folder:/home/ +notmuch tag +receipt -- path:/home/Archive/Receipt/ +notmuch tag +important -- path:/home/Archive/Important/ +notmuch tag +ticket -- path:/home/Archive/Tickets/ +notmuch tag +flight -- path:/home/Archive/Flight/ + +afew --tag --new + + + -- cgit v1.2.3