mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
Optimization
This commit is contained in:
@@ -2405,7 +2405,7 @@ class Core {
|
||||
" keywords=" + TextUtils.join(" ", keywords));
|
||||
}
|
||||
|
||||
if (message.hash == null || EntityFolder.DRAFTS.equals(folder.type)) {
|
||||
if (message.hash == null || process) {
|
||||
update = true;
|
||||
message.hash = helper.getHash();
|
||||
Log.i(folder.name + " updated id=" + message.id + " uid=" + message.uid + " hash=" + message.hash);
|
||||
|
||||
Reference in New Issue
Block a user