commit 4db5e88af59af23f9cef343dd252a90821588590
parent dacaf7256e4ca8a135e5b3454bb5d6792f3059ea
Author: Vincent Demeester <vincent@sbr.pm>
Date: Fri, 3 Jan 2020 16:25:09 +0100
mails.nix: add Timeout and PipelineDepth options to mbsync
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/modules/profiles/mails.nix b/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;