mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 15:46:34 +02:00
Invalidate headers on sync
This commit is contained in:
@@ -3196,6 +3196,10 @@ class Core {
|
||||
if (imessages == null)
|
||||
imessages = new Message[0];
|
||||
|
||||
for (Message imessage : imessages)
|
||||
if (imessage instanceof IMAPMessage)
|
||||
((IMAPMessage) imessage).invalidateHeaders();
|
||||
|
||||
stats.search_ms = (SystemClock.elapsedRealtime() - search);
|
||||
Log.i(folder.name + " remote count=" + imessages.length + " search=" + stats.search_ms + " ms");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user