1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 01:36:55 +00:00

Added link

This commit is contained in:
M66B 2022-07-06 09:15:05 +02:00
parent 1724a2e6f7
commit e34dc686a0

View file

@ -522,6 +522,7 @@ public class FragmentGmail extends FragmentBase {
account.primary = (primary == null);
if (pop) {
// https://support.google.com/mail/answer/7104828
account.leave_on_device = true;
account.max_messages = EntityAccount.DEFAULT_MAX_MESSAGES;
}