mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Added settings for days to sync/keep
This commit is contained in:
@@ -298,7 +298,8 @@ public class FragmentSetup extends FragmentEx {
|
||||
outbox.name = "OUTBOX";
|
||||
outbox.type = EntityFolder.OUTBOX;
|
||||
outbox.synchronize = false;
|
||||
outbox.after = 0;
|
||||
outbox.sync_days = 0;
|
||||
outbox.keep_days = 0;
|
||||
outbox.id = db.folder().insertFolder(outbox);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user