1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-28 18:59:01 +00:00

Skip download on search

This commit is contained in:
M66B 2019-01-19 16:18:12 +00:00
parent 49418480a7
commit 9232393a9c

View file

@ -232,9 +232,6 @@ public class ViewModelBrowse extends ViewModel {
folder, state.ifolder, (IMAPMessage) isub[j],
true,
new ArrayList<EntityRule>());
ServiceSynchronize.downloadMessage(state.context,
folder, state.ifolder,
(IMAPMessage) isub[j], message.id);
count++;
}
db.message().setMessageFound(message.account, message.thread);