Add virtual mailbox for all undread
This commit is contained in:
parent
fefba16aae
commit
71d6b4fa13
@ -61,7 +61,19 @@ let
|
|||||||
set crypt_protected_headers_write = yes
|
set crypt_protected_headers_write = yes
|
||||||
'' + neomuttExtraConfig;
|
'' + neomuttExtraConfig;
|
||||||
};
|
};
|
||||||
notmuch.enable = true;
|
notmuch = {
|
||||||
|
enable = true;
|
||||||
|
neomutt.virtualMailboxes = [
|
||||||
|
{
|
||||||
|
name = "My INBOX";
|
||||||
|
query = "tag:inbox";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "Unread";
|
||||||
|
query = "tag:unread";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
Loading…
Reference in New Issue
Block a user