home/aerc | more updates
This commit is contained in:
parent
07e0513da0
commit
445b5c7e0c
3 changed files with 14 additions and 9 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue