commit 29241ed554ab7d9a6a872b32462a38377c094c53
parent 62285c54c21e4390e22be4763dd4171f7185064b
Author: vin <vin@vineetk.net>
Date: Sat, 18 Oct 2025 20:06:06 -0400
demiurge/hastur: comment out notmuch pre-new hook
will be replacing with more async-friendly emacs function
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/home.nix b/home.nix
@@ -487,7 +487,7 @@ in
notmuch tag +oss_security -inbox -- tag:unread and to:oss-security@lists.openwall.com
notmuch tag +tuhs -inbox -- tag:unread and to:tuhs@tuhs.org
'';
- preNew = "mbsync -a";
+ #preNew = "mbsync -a";
};
};