mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 09:31:11 +01:00
Added system folders selection
This commit is contained in:
@@ -44,7 +44,7 @@ public class ApplicationEx extends Application {
|
||||
DB db = null;
|
||||
try {
|
||||
db = DB.getBlockingInstance(ApplicationEx.this);
|
||||
EntityFolder drafts = EntityFolder.getDrafts(ApplicationEx.this, db, -1);
|
||||
EntityFolder drafts = db.folder().getPrimaryDrafts();
|
||||
if (drafts != null) {
|
||||
Address to = new InternetAddress("marcel+email@faircode.eu", "FairCode");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user