POP3: added leave on device option

This commit is contained in:
M66B
2020-01-21 15:15:48 +01:00
parent 3a25a5f668
commit 7d5784dc43
8 changed files with 2144 additions and 16 deletions

View File

@@ -797,7 +797,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
iservice.setPartialFetch(account.partial_fetch);
iservice.setIgnoreBodyStructureSize(account.ignore_size);
if (account.protocol != EntityAccount.TYPE_IMAP)
iservice.setLeaveOnServer(account.browse);
iservice.setLeaveOnServer(account.leave_on_server);
iservice.setListener(new StoreListener() {
@Override
public void notification(StoreEvent e) {