NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Commit

[SOGo] Should fix some Android sync issues

f067a45b
AndrĂ© <[email protected]> 9 years ago
data/conf/sogo/sogo.conf | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Diff

diff --git a/data/conf/sogo/sogo.conf b/data/conf/sogo/sogo.conf
index 86278abc..404fd451 100644
--- a/data/conf/sogo/sogo.conf
+++ b/data/conf/sogo/sogo.conf
@@ -43,7 +43,9 @@
     SOGoInternalSyncInterval = 30;
     SOGoMaximumSyncInterval = 354;
 
-    SOGoMaximumSyncWindowSize = 100;
+    // 100 seems to break some Android clients
+    //SOGoMaximumSyncWindowSize = 100;
+    // This should do the trick for Outlook 2016
     SOGoMaximumSyncResponseSize = 5172;
 
     WOWatchDogRequestTimeout = 10;