mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Hide/seen folder in main folder list
This commit is contained in:
@@ -63,6 +63,10 @@ public class TupleFolderEx extends EntityFolder implements Serializable {
|
||||
@Ignore
|
||||
public int childs_unseen = 0;
|
||||
|
||||
boolean isHidden() {
|
||||
return (this.hide_seen && this.unseen + this.childs_unseen == 0);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean equals(Object obj) {
|
||||
if (obj instanceof TupleFolderEx) {
|
||||
|
||||
Reference in New Issue
Block a user