summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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