mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 01:18:29 +02:00
removed notmuch
This commit is contained in:
parent
c038fa3228
commit
11b1eb654d
6 changed files with 25 additions and 57 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue