Use username for account name

This commit is contained in:
M66B
2020-07-14 08:29:52 +02:00
parent 82c9d82396
commit 88433c9c38
3 changed files with 12 additions and 3 deletions

View File

@@ -372,7 +372,7 @@ public class FragmentQuickSetup extends FragmentBase {
account.password = password;
account.fingerprint = imap_fingerprint;
account.name = provider.name;
account.name = provider.name + "/" + username;
account.synchronize = true;
account.primary = (primary == null);