mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 04:19:21 +01:00
POP3 support
This commit is contained in:
@@ -270,7 +270,7 @@ public class FragmentFolders extends FragmentBase {
|
||||
else
|
||||
fabError.hide();
|
||||
|
||||
if (account == null)
|
||||
if (account == null || account.pop)
|
||||
fab.hide();
|
||||
else
|
||||
fab.show();
|
||||
|
||||
Reference in New Issue
Block a user