mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 19:34:15 +01:00
Destructive database restructuring
This commit is contained in:
@@ -728,8 +728,6 @@ public class FragmentAccount extends FragmentEx {
|
||||
account.primary = (account.synchronize && primary);
|
||||
account.poll_interval = Integer.parseInt(interval);
|
||||
|
||||
account.store_sent = false; // obsolete
|
||||
account.seen_until = null; // obsolete
|
||||
account.created = new Date().getTime();
|
||||
|
||||
if (!synchronize)
|
||||
|
||||
Reference in New Issue
Block a user