mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
POP3 support
This commit is contained in:
@@ -2187,8 +2187,6 @@ public class FragmentCompose extends FragmentBase {
|
||||
draft.plain_only = ref.plain_only;
|
||||
if (answer > 0)
|
||||
body = EntityAnswer.getAnswerText(context, answer, draft.to) + body;
|
||||
|
||||
EntityOperation.queue(context, ref, EntityOperation.SEEN, true);
|
||||
}
|
||||
|
||||
if (plain_only)
|
||||
|
||||
Reference in New Issue
Block a user