summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvin <vin@vineetk.net>2025-10-18 20:06:06 -0400
committervin <vin@vineetk.net>2025-10-18 20:06:06 -0400
commit29241ed554ab7d9a6a872b32462a38377c094c53 (patch)
tree82656ffa6a7d54a5a0dba98685166495ed1e1641
parent62285c54c21e4390e22be4763dd4171f7185064b (diff)
demiurge/hastur: comment out notmuch pre-new hook
will be replacing with more async-friendly emacs function
-rw-r--r--home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index 9911511..24ba54e 100644
--- a/home.nix
+++ b/home.nix
@@ -487,7 +487,7 @@ in
487 notmuch tag +oss_security -inbox -- tag:unread and to:oss-security@lists.openwall.com 487 notmuch tag +oss_security -inbox -- tag:unread and to:oss-security@lists.openwall.com
488 notmuch tag +tuhs -inbox -- tag:unread and to:tuhs@tuhs.org 488 notmuch tag +tuhs -inbox -- tag:unread and to:tuhs@tuhs.org
489 ''; 489 '';
490 preNew = "mbsync -a"; 490 #preNew = "mbsync -a";
491 }; 491 };
492 }; 492 };
493 493