mirror of https://github.com/M66B/FairEmail.git
Always show inbox
This commit is contained in:
parent
91ab0f9dbb
commit
6562790279
|
@ -1238,6 +1238,7 @@ public class AdapterFolder extends RecyclerView.Adapter<AdapterFolder.ViewHolder
|
|||
}
|
||||
|
||||
if (!subscribed_only ||
|
||||
EntityFolder.INBOX.equals(parent.type) ||
|
||||
parent.accountProtocol != EntityAccount.TYPE_IMAP ||
|
||||
(parent.subscribed != null && parent.subscribed) ||
|
||||
(childs != null && childs.size() > 0)) {
|
||||
|
|
Loading…
Reference in New Issue