Always show inbox

pull/197/head
M66B 4 years ago
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…
Cancel
Save