mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 17:40:34 +01:00
Get/update full body on send
This commit is contained in:
@@ -1903,13 +1903,6 @@ public class FragmentCompose extends FragmentEx {
|
||||
|
||||
last_available = available;
|
||||
|
||||
if (action == R.id.action_send)
|
||||
if (draft.replying != null || draft.forwarding != null) {
|
||||
body += HtmlHelper.getQuote(context,
|
||||
draft.replying == null ? draft.forwarding : draft.replying, false);
|
||||
dirty = true;
|
||||
}
|
||||
|
||||
if (dirty) {
|
||||
// Update draft
|
||||
draft.identity = ident;
|
||||
|
||||
Reference in New Issue
Block a user