mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Allow configuring account without drafts folder
This commit is contained in:
@@ -337,9 +337,6 @@ public class FragmentQuickSetup extends FragmentBase {
|
||||
}
|
||||
|
||||
folders = iservice.getFolders();
|
||||
|
||||
if (folders == null)
|
||||
throw new IllegalArgumentException(context.getString(R.string.title_setup_no_system_folders));
|
||||
}
|
||||
|
||||
Long max_size = null;
|
||||
|
||||
Reference in New Issue
Block a user