updates, adguard and notmuch fixes

This commit is contained in:
Rouven Seifert 2023-04-30 21:50:47 +02:00
parent 138f05a468
commit a9cfb32b12
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 52 additions and 22 deletions

View file

@ -225,7 +225,25 @@ in
};
};
msmtp.enable = true;
notmuch.enable = true;
# notmuch.enable = true;
notmuch = {
enable = true;
neomutt = {
enable = true;
virtualMailboxes = [
# we have to put ALL of our virtual mailboxes into the primary account
# TODO make an issue
{
name = "IFSR-Unread";
query = "folder:iFSR/Inbox tag:unread";
}
{
name = "Gmail-Unread";
query = "folder:gmail/Inbox tag:unread";
}
];
};
};
neomutt = let c = mbsync.groups.ifsr.channels; in
{
enable = true;
@ -284,7 +302,19 @@ in
};
};
msmtp.enable = true;
notmuch.enable = true;
# notmuch.enable = true;
notmuch = {
enable = true;
neomutt = {
enable = true;
virtualMailboxes = [
{
name = "gmail-Unread";
query = "tag:unread";
}
];
};
};
neomutt = let c = mbsync.groups.gmail.channels; in
{
enable = true;