Add virtual mailbox for all undread

This commit is contained in:
Valentin Brandl 2023-05-12 18:23:53 +02:00
parent fefba16aae
commit 71d6b4fa13
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

@ -61,7 +61,19 @@ let
set crypt_protected_headers_write = yes
'' + neomuttExtraConfig;
};
notmuch.enable = true;
notmuch = {
enable = true;
neomutt.virtualMailboxes = [
{
name = "My INBOX";
query = "tag:inbox";
}
{
name = "Unread";
query = "tag:unread";
}
];
};
};
in {
home.packages = with pkgs; [