mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 04:19:21 +01:00
@@ -324,16 +324,15 @@ public class FragmentAccount extends FragmentEx {
|
||||
drafts = true;
|
||||
}
|
||||
}
|
||||
/*
|
||||
|
||||
if (!drafts) {
|
||||
EntityFolder folder = new EntityFolder();
|
||||
folder.name = getContext().getString(R.string.title_local_drafts);
|
||||
folder.name = getContext().getString(R.string.title_folder_local_drafts);
|
||||
folder.type = EntityFolder.TYPE_DRAFTS;
|
||||
folder.synchronize = false;
|
||||
folder.after = 0;
|
||||
folders.add(folder);
|
||||
}
|
||||
*/
|
||||
} finally {
|
||||
if (istore != null)
|
||||
istore.close();
|
||||
|
||||
Reference in New Issue
Block a user