mirror of https://github.com/M66B/FairEmail.git
Classifier: small improvement
This commit is contained in:
parent
1e3d857b6d
commit
6a05578083
|
@ -116,11 +116,12 @@ public class MessageClassifier {
|
||||||
}
|
}
|
||||||
|
|
||||||
db.setTransactionSuccessful();
|
db.setTransactionSuccessful();
|
||||||
|
|
||||||
accountMsgIds.get(folder.account).add(message.msgid);
|
|
||||||
} finally {
|
} finally {
|
||||||
db.endTransaction();
|
db.endTransaction();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (message.ui_hide)
|
||||||
|
accountMsgIds.get(folder.account).add(message.msgid);
|
||||||
}
|
}
|
||||||
|
|
||||||
dirty = true;
|
dirty = true;
|
||||||
|
|
Loading…
Reference in New Issue