mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-11 03:24:52 +02:00
Notify new messages after account creation only
This commit is contained in:
@@ -650,6 +650,7 @@ public class FragmentSetup extends FragmentEx {
|
||||
JSONObject jaccount = (JSONObject) jaccounts.get(a);
|
||||
EntityAccount account = EntityAccount.fromJSON(jaccount);
|
||||
account.store_sent = false;
|
||||
account.created = new Date().getTime();
|
||||
account.id = db.account().insertAccount(account);
|
||||
Log.i(Helper.TAG, "Imported account=" + account.name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user