diff options
| author | vin <vin@vineetk.net> | 2025-10-18 20:06:06 -0400 |
|---|---|---|
| committer | vin <vin@vineetk.net> | 2025-10-18 20:06:06 -0400 |
| commit | 29241ed554ab7d9a6a872b32462a38377c094c53 (patch) | |
| tree | 82656ffa6a7d54a5a0dba98685166495ed1e1641 /home.nix | |
| parent | 62285c54c21e4390e22be4763dd4171f7185064b (diff) | |
demiurge/hastur: comment out notmuch pre-new hook
will be replacing with more async-friendly emacs function
Diffstat (limited to 'home.nix')
| -rw-r--r-- | home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||
