mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Refactoring
This commit is contained in:
@@ -793,7 +793,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this);
|
||||
boolean debug = (prefs.getBoolean("debug", false) || BuildConfig.DEBUG);
|
||||
|
||||
final MailService iservice = new MailService(
|
||||
final EmailService iservice = new EmailService(
|
||||
this, account.getProtocol(), account.realm, account.insecure, false, debug);
|
||||
iservice.setPartialFetch(account.partial_fetch);
|
||||
iservice.setIgnoreBodyStructureSize(account.ignore_size);
|
||||
|
||||
Reference in New Issue
Block a user