mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Skip setting important / rule flag
This commit is contained in:
@@ -1050,7 +1050,7 @@ public class EntityRule {
|
||||
Integer color = (jargs.has("color") && !jargs.isNull("color")
|
||||
? jargs.getInt("color") : null);
|
||||
|
||||
EntityOperation.queue(context, message, EntityOperation.FLAG, true, color);
|
||||
EntityOperation.queue(context, message, EntityOperation.FLAG, true, color, false);
|
||||
|
||||
message.ui_flagged = true;
|
||||
message.color = color;
|
||||
|
||||
Reference in New Issue
Block a user