home/aerc | more updates

This commit is contained in:
Don Harper 2025-07-11 20:23:09 -05:00
parent 07e0513da0
commit 445b5c7e0c
3 changed files with 14 additions and 9 deletions

View file

@ -13,7 +13,7 @@
programs.notmuch = {
enable = true;
new = {
tags = [ "unread" "inbox" ];
tags = [ "new" "unread" "inbox" ];
ignore = [
".mbsyncstate"
".uidvalidity"
@ -22,6 +22,7 @@
".mbsyncstate.lock"
];
};
maildir.synchronizeFlags = true;
extraConfig = {
database = {
path = "/home/don/Mail";