mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Default enable sync kept
This commit is contained in:
@@ -255,7 +255,7 @@ public class FragmentOptionsSynchronize extends FragmentBase implements SharedPr
|
||||
|
||||
swUnseen.setChecked(prefs.getBoolean("sync_unseen", false));
|
||||
swFlagged.setChecked(prefs.getBoolean("sync_flagged", true));
|
||||
swSyncKept.setChecked(prefs.getBoolean("sync_kept", false));
|
||||
swSyncKept.setChecked(prefs.getBoolean("sync_kept", true));
|
||||
swSyncFolders.setChecked(prefs.getBoolean("sync_folders", true));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user