task | fall back to maildir for neomutt..need more time to figure out notmuch tags

This commit is contained in:
Don Harper 2026-06-14 19:31:08 -05:00
parent acf478e399
commit 92be6df8e9
3 changed files with 49 additions and 29 deletions

View file

@ -27,7 +27,7 @@
programs.notmuch = {
enable = true;
new = {
tags = ["new" "unread" "inbox"];
tags = ["new" "unread"];
ignore = [
".mbsyncstate"
".uidvalidity"
@ -36,8 +36,13 @@
".mbsyncstate.lock"
];
};
maildir.synchronizeFlags = true;
maildir = {
synchronizeFlags = true;
};
extraConfig = {
index = {
"header.List" = "List-Id";
};
database = {
path = "/home/don/Mail";
hook_dir = "/home/don/.config/notmuch/hooks";