disable flatten again

This commit is contained in:
Charlotte 🦝 Delenk 2022-03-04 09:12:01 +01:00
parent 0834abfcab
commit 7235d533de
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -67,7 +67,6 @@ desktop: { pkgs, ... }: {
onNotifyPost = if desktop then "${pkgs.notmuch}/bin/notmuch new && ${pkgs.libnotify}/bin/notify-send 'New mail arrived'" else "${pkgs.notmuch}/bin/notmuch new";
};
mbsync = {
flatten = "__";
enable = true;
create = "both";
expunge = "both";