mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-10 19:13:03 +02:00
Skip downloading of hidden messages
This commit is contained in:
@@ -1822,7 +1822,7 @@ class Core {
|
||||
async = true;
|
||||
}
|
||||
|
||||
if (async && message.uid != null)
|
||||
if (async && message.uid != null && !message.ui_hide)
|
||||
EntityOperation.queue(context, message, EntityOperation.DOWNLOAD, message.uid);
|
||||
else
|
||||
downloadMessage(context, account, folder, istore, ifolder, imessage, message.id, state, stats);
|
||||
|
||||
Reference in New Issue
Block a user