mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-20 13:17:08 +00:00
Force inbox to be selectable
This commit is contained in:
parent
1a3e9edb67
commit
f1125d3a1b
1 changed files with 3 additions and 0 deletions
|
@ -1907,6 +1907,9 @@ class Core {
|
|||
selectable = selectable && ((ifolder.getType() & IMAPFolder.HOLDS_MESSAGES) != 0);
|
||||
inferiors = inferiors && ((ifolder.getType() & IMAPFolder.HOLDS_FOLDERS) != 0);
|
||||
|
||||
if (EntityFolder.INBOX.equals(type))
|
||||
selectable = true;
|
||||
|
||||
Log.i(account.name + ":" + fullName + " type=" + type +
|
||||
" subscribed=" + subscribed +
|
||||
" selectable=" + selectable +
|
||||
|
|
Loading…
Reference in a new issue