mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 11:28:41 +01:00
Automatically add local sent messages to remote folder
This commit is contained in:
@@ -257,7 +257,7 @@ public class EntityMessage implements Serializable {
|
||||
this.ui_hide.equals(other.ui_hide) &&
|
||||
this.ui_found.equals(other.ui_found) &&
|
||||
this.ui_ignored.equals(other.ui_ignored) &&
|
||||
//this.ui_browsed.equals(other.ui_browsed) &&
|
||||
this.ui_browsed.equals(other.ui_browsed) &&
|
||||
(this.ui_snoozed == null ? other.ui_snoozed == null : this.ui_snoozed.equals(other.ui_snoozed)) &&
|
||||
(this.warning == null ? other.warning == null : this.warning.equals(other.warning)) &&
|
||||
(this.error == null ? other.error == null : this.error.equals(other.error)));
|
||||
|
||||
Reference in New Issue
Block a user