mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 16:40:53 +01:00
Honor rule move seen property
This commit is contained in:
@@ -153,8 +153,8 @@ public class EntityOperation {
|
||||
boolean autoread = prefs.getBoolean("autoread", false);
|
||||
boolean autounflag = prefs.getBoolean("autounflag", false);
|
||||
|
||||
if (jargs.optBoolean(1)) // rule
|
||||
autoread = true;
|
||||
if (jargs.opt(1) != null) // rules
|
||||
autoread = jargs.getBoolean(1);
|
||||
jargs.put(1, autoread);
|
||||
jargs.put(3, autounflag);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user