Revert "Fetch body structure on download"

This reverts commit 0f1d7fe33b.
This commit is contained in:
M66B
2019-09-22 09:53:55 +02:00
parent 8511de077a
commit abaf3926a8
2 changed files with 9 additions and 6 deletions

View File

@@ -449,6 +449,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
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(FetchProfile.Item.SIZE);
fp.add(IMAPFolder.FetchProfileItem.INTERNALDATE);
state.ifolder.fetch(isub, fp);