mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 23:50:58 +01:00
Handle provider specials
This commit is contained in:
@@ -399,7 +399,7 @@ public class FragmentSetup extends FragmentEx {
|
||||
account.notify = false;
|
||||
account.browse = true;
|
||||
account.poll_interval = 19;
|
||||
account.prefix = provider.prefix; // TODO
|
||||
account.prefix = provider.prefix;
|
||||
|
||||
account.created = now;
|
||||
account.error = null;
|
||||
|
||||
Reference in New Issue
Block a user