mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 17:11:12 +01:00
Store copy of message in target folder
This commit is contained in:
@@ -318,7 +318,7 @@ public class Helper {
|
||||
attachOperations(context, draft.id, 4);
|
||||
attachLogcat(context, draft.id, 5);
|
||||
|
||||
EntityOperation.queue(db, draft, EntityOperation.ADD);
|
||||
EntityOperation.queue(context, db, draft, EntityOperation.ADD);
|
||||
|
||||
db.setTransactionSuccessful();
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user