mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-29 11:15:51 +00:00
Reset auto importance
This commit is contained in:
parent
6395d92bfd
commit
c54e222319
1 changed files with 2 additions and 2 deletions
|
@ -126,8 +126,8 @@ public class EntityOperation {
|
|||
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
|
||||
boolean auto_important = prefs.getBoolean("auto_important", false);
|
||||
if (auto_important && flagged)
|
||||
db.message().setMessageImportance(message.id, 2);
|
||||
if (auto_important)
|
||||
db.message().setMessageImportance(message.id, flagged ? 2 : null);
|
||||
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue