Small optimization

This commit is contained in:
M66B 2019-09-17 21:16:37 +02:00
parent 370ed680a8
commit 8a970b257d
1 changed files with 1 additions and 1 deletions

View File

@ -714,7 +714,7 @@ class Core {
fp.add(FetchProfile.Item.ENVELOPE);
fp.add(FetchProfile.Item.FLAGS);
fp.add(FetchProfile.Item.CONTENT_INFO); // body structure
fp.add(UIDFolder.FetchProfileItem.UID);
//fp.add(UIDFolder.FetchProfileItem.UID);
fp.add(IMAPFolder.FetchProfileItem.HEADERS);
//fp.add(IMAPFolder.FetchProfileItem.MESSAGE);
fp.add(FetchProfile.Item.SIZE);