mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 20:06:29 +01:00
Gmail POP3: leave on device
https://support.google.com/mail/answer/7104828
This commit is contained in:
@@ -521,8 +521,10 @@ public class FragmentGmail extends FragmentBase {
|
||||
account.synchronize = true;
|
||||
account.primary = (primary == null);
|
||||
|
||||
if (pop)
|
||||
if (pop) {
|
||||
account.leave_on_device = true;
|
||||
account.max_messages = EntityAccount.DEFAULT_MAX_MESSAGES;
|
||||
}
|
||||
|
||||
account.created = new Date().getTime();
|
||||
account.last_connected = account.created;
|
||||
|
||||
Reference in New Issue
Block a user