removed notmuch

This commit is contained in:
Rouven Seifert 2023-05-15 22:59:59 +02:00
parent c038fa3228
commit 11b1eb654d
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
6 changed files with 25 additions and 57 deletions

View file

@ -36,7 +36,6 @@ in
};
mbsync.enable = true;
msmtp.enable = true;
notmuch.enable = true;
};
accounts.email.accounts = {
"rouven@rfive.de" = rec {
@ -157,7 +156,6 @@ in
};
};
msmtp.enable = true;
notmuch.enable = true;
neomutt = let c = mbsync.groups.tud.channels; in
{
enable = true;
@ -225,19 +223,6 @@ in
};
};
msmtp.enable = true;
# notmuch.enable = true;
notmuch = {
enable = true;
neomutt = {
enable = true;
virtualMailboxes = [
{
name = "IFSR-Unread";
query = "folder:iFSR/Inbox tag:unread";
}
];
};
};
neomutt = let c = mbsync.groups.ifsr.channels; in
{
enable = true;
@ -296,19 +281,6 @@ in
};
};
msmtp.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;