mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Reset FTS on disabling account
This commit is contained in:
@@ -478,6 +478,8 @@ public class CloudSync {
|
||||
}
|
||||
raccount.move_to = laccount.move_to; // TODO
|
||||
db.account().updateAccount(raccount);
|
||||
if (!raccount.synchronize)
|
||||
db.message().resetFts(raccount.id);
|
||||
}
|
||||
|
||||
if (raccount.id != null) {
|
||||
|
||||
Reference in New Issue
Block a user