mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 23:50:58 +01:00
Reset account/identity/folder error on save
This commit is contained in:
@@ -516,9 +516,7 @@ public class FragmentIdentity extends FragmentEx {
|
||||
identity.primary = (identity.synchronize && primary);
|
||||
identity.store_sent = false;
|
||||
identity.sent_folder = (sent == null ? null : sent.id);
|
||||
|
||||
if (!identity.synchronize)
|
||||
identity.error = null;
|
||||
identity.error = null;
|
||||
|
||||
if (identity.primary)
|
||||
db.identity().resetPrimary();
|
||||
|
||||
Reference in New Issue
Block a user