mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 09:03:56 +02:00
Increased search timeout
This commit is contained in:
@@ -801,7 +801,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||
boolean debug = (prefs.getBoolean("debug", false) || BuildConfig.DEBUG);
|
||||
|
||||
final EmailService iservice = new EmailService(
|
||||
this, account.getProtocol(), account.realm, account.insecure, false, debug);
|
||||
this, account.getProtocol(), account.realm, account.insecure, debug);
|
||||
iservice.setPartialFetch(account.partial_fetch);
|
||||
iservice.setIgnoreBodyStructureSize(account.ignore_size);
|
||||
if (account.protocol != EntityAccount.TYPE_IMAP)
|
||||
|
||||
Reference in New Issue
Block a user