mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-04 11:54:10 +01:00
Removed POP3 support
There are too many disadvantages likely resulting in too many support questions
This commit is contained in:
@@ -154,7 +154,7 @@ public class FragmentFolders extends FragmentBase {
|
||||
@Override
|
||||
public void onChanged(@Nullable EntityAccount account) {
|
||||
setSubtitle(account == null ? null : account.name);
|
||||
if (account == null || account.pop)
|
||||
if (account == null)
|
||||
fab.hide();
|
||||
else
|
||||
fab.show();
|
||||
|
||||
Reference in New Issue
Block a user