mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
@@ -3726,6 +3726,8 @@ public class FragmentCompose extends FragmentBase {
|
||||
body = Helper.readText(draft.getFile(context, draft.revision));
|
||||
}
|
||||
|
||||
Helper.writeText(draft.getFile(context), body);
|
||||
|
||||
db.message().setMessageContent(draft.id,
|
||||
true,
|
||||
draft.plain_only, // unchanged
|
||||
|
||||
Reference in New Issue
Block a user