mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Added raw fetch option
This commit is contained in:
@@ -551,6 +551,7 @@ public class FragmentQuickSetup extends FragmentBase {
|
||||
account.keep_alive_noop = provider.noop;
|
||||
|
||||
account.partial_fetch = provider.partial;
|
||||
account.raw_fetch = provider.raw;
|
||||
|
||||
account.created = new Date().getTime();
|
||||
account.last_connected = account.created;
|
||||
|
||||
Reference in New Issue
Block a user