mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 01:51:24 +01:00
Disable auto unflag if seen specified
This commit is contained in:
@@ -178,8 +178,11 @@ public class EntityOperation {
|
||||
boolean autounflag = prefs.getBoolean("autounflag", false);
|
||||
boolean reset_importance = prefs.getBoolean("reset_importance", false);
|
||||
|
||||
if (jargs.opt(1) != null) // rules
|
||||
if (jargs.opt(1) != null) {
|
||||
// rules, classify
|
||||
autoread = jargs.getBoolean(1);
|
||||
autounflag = false;
|
||||
}
|
||||
jargs.put(1, autoread);
|
||||
jargs.put(3, autounflag);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user