Small improvement

Refs #192
pull/193/head
M66B 4 years ago
parent 3179b547a2
commit 088967c25d

@ -687,8 +687,10 @@ public class FragmentAccount extends FragmentBase {
boolean selectable = true;
for (String attr : attrs)
if (attr.equalsIgnoreCase("\\NoSelect"))
if (attr.equalsIgnoreCase("\\NoSelect")) {
selectable = false;
break;
}
selectable = selectable && ((ifolder.getType() & IMAPFolder.HOLDS_MESSAGES) != 0);
if (type != null && selectable) {

Loading…
Cancel
Save