Commit 4db5e88af59a
Changed files (1)
modules
profiles
modules/profiles/mails.nix
@@ -44,6 +44,10 @@ accounts.email = {
channel = {
Sync = "All";
};
+ account = {
+ Timeout = 120;
+ PipelineDepth = 1;
+ };
};
};
notmuch.enable = true;
@@ -67,6 +71,10 @@ accounts.email = {
channel = {
Sync = "All";
};
+ account = {
+ Timeout = 120;
+ PipelineDepth = 1;
+ };
};
};
notmuch.enable = true;