Reduce memory usage

This commit is contained in:
M66B 2019-05-29 16:55:36 +02:00
parent 6b36d47666
commit a263c384c0
1 changed files with 1 additions and 1 deletions

View File

@ -766,7 +766,7 @@ public class ServiceSynchronize extends LifecycleService {
fp.add(FetchProfile.Item.CONTENT_INFO); // body structure
fp.add(UIDFolder.FetchProfileItem.UID);
fp.add(IMAPFolder.FetchProfileItem.HEADERS);
fp.add(IMAPFolder.FetchProfileItem.MESSAGE);
//fp.add(IMAPFolder.FetchProfileItem.MESSAGE);
fp.add(FetchProfile.Item.SIZE);
fp.add(IMAPFolder.FetchProfileItem.INTERNALDATE);
ifolder.fetch(e.getMessages(), fp);