mirror of https://github.com/M66B/FairEmail.git
Stop storing message IDs in classifier file
There is a keyword for this now
This commit is contained in:
parent
f66e837883
commit
9a3b8a7ad5
|
@ -124,8 +124,8 @@ public class MessageClassifier {
|
|||
db.endTransaction();
|
||||
}
|
||||
|
||||
if (message.ui_hide)
|
||||
accountMsgIds.get(folder.account).add(message.msgid);
|
||||
//if (message.ui_hide)
|
||||
// accountMsgIds.get(folder.account).add(message.msgid);
|
||||
}
|
||||
|
||||
dirty = true;
|
||||
|
|
Loading…
Reference in New Issue