mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 00:51:44 +01: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