task | fall back to maildir for neomutt..need more time to figure out notmuch tags
This commit is contained in:
parent
acf478e399
commit
92be6df8e9
3 changed files with 49 additions and 29 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue