mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Skip auto mark read on rule move
This commit is contained in:
@@ -127,7 +127,7 @@ public class EntityRule {
|
||||
|
||||
private void onActionMove(Context context, DB db, EntityMessage message, JSONObject jargs) throws JSONException {
|
||||
long target = jargs.getLong("target");
|
||||
EntityOperation.queue(context, db, message, EntityOperation.MOVE, target);
|
||||
EntityOperation.queue(context, db, message, EntityOperation.MOVE, target, false);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user