Always show inbox

This commit is contained in:
M66B 2021-04-11 19:27:08 +02:00
parent 91ab0f9dbb
commit 6562790279
1 changed files with 1 additions and 0 deletions

View File

@ -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)) {