1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-20 21:27:07 +00:00

Small bahavior improvement

This commit is contained in:
M66B 2023-01-07 08:12:02 +01:00
parent 89060c6b1e
commit 0d395e54dc

View file

@ -6293,7 +6293,7 @@ public class FragmentMessages extends FragmentBase
if (archive)
count++;
boolean inbox = (more_inbox && count < MAX_QUICK_ACTIONS && result.canInbox());
boolean inbox = ((more_inbox || (more_junk && inJunk)) && count < MAX_QUICK_ACTIONS && result.canInbox());
if (inbox)
count++;