mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
updates, adguard and notmuch fixes
This commit is contained in:
parent
138f05a468
commit
a9cfb32b12
3 changed files with 52 additions and 22 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue