mirror of https://github.com/M66B/FairEmail.git
Backward compatibility
This commit is contained in:
parent
8c356b94f6
commit
36b49d1b4a
|
@ -835,6 +835,10 @@ class Core {
|
||||||
IMAPFolder ifolder, State state) throws JSONException, MessagingException, IOException {
|
IMAPFolder ifolder, State state) throws JSONException, MessagingException, IOException {
|
||||||
final DB db = DB.getInstance(context);
|
final DB db = DB.getInstance(context);
|
||||||
try {
|
try {
|
||||||
|
// Legacy
|
||||||
|
if (jargs.length() == 0)
|
||||||
|
jargs = folder.getSyncArgs();
|
||||||
|
|
||||||
int sync_days = jargs.getInt(0);
|
int sync_days = jargs.getInt(0);
|
||||||
int keep_days = jargs.getInt(1);
|
int keep_days = jargs.getInt(1);
|
||||||
boolean download = jargs.getBoolean(2);
|
boolean download = jargs.getBoolean(2);
|
||||||
|
|
Loading…
Reference in New Issue