mirror of https://github.com/M66B/FairEmail.git
Fix
This commit is contained in:
parent
86dca98842
commit
8ec2d56a6d
|
@ -301,6 +301,7 @@ public class FragmentSetup extends FragmentEx {
|
||||||
inbox.notify = true;
|
inbox.notify = true;
|
||||||
inbox.sync_days = EntityFolder.DEFAULT_SYNC;
|
inbox.sync_days = EntityFolder.DEFAULT_SYNC;
|
||||||
inbox.keep_days = EntityFolder.DEFAULT_KEEP;
|
inbox.keep_days = EntityFolder.DEFAULT_KEEP;
|
||||||
|
folders.add(inbox);
|
||||||
|
|
||||||
{
|
{
|
||||||
Properties props = MessageHelper.getSessionProperties(auth_type, false);
|
Properties props = MessageHelper.getSessionProperties(auth_type, false);
|
||||||
|
|
Loading…
Reference in New Issue