aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-09-04 22:28:34 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-09-04 22:28:34 -0500
commitf3c44b81a59550f751bfffbd863e43d1dd42c961 (patch)
treeedadf9076ff618870c9d59478a492ae6d45963af
parent4ef032b05010961b3af12a08eed2d53485750334 (diff)
fix(notmuch): disable hooks when running afew
-rwxr-xr-xnotmuch/.config/notmuch/default/hooks/pre-new2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch/.config/notmuch/default/hooks/pre-new b/notmuch/.config/notmuch/default/hooks/pre-new
index 0d5f02f..d6aef07 100755
--- a/notmuch/.config/notmuch/default/hooks/pre-new
+++ b/notmuch/.config/notmuch/default/hooks/pre-new
@@ -1,4 +1,4 @@
#!/bin/sh
-afew -C "$XDG_CONFIG_HOME"/notmuch/default/config --move-mails
+afew -C "$XDG_CONFIG_HOME"/notmuch/default/config --move-mails --notmuch-args=--no-hooks
mbsync "${MAILDIR:--a}"