mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Always show inbox
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user