mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Plain text only with alt content
This commit is contained in:
@@ -352,7 +352,7 @@ public class ServiceUI extends IntentService {
|
||||
db.message().setMessageContent(reply.id,
|
||||
true,
|
||||
language,
|
||||
plain_only || ref.plain_only,
|
||||
plain_only || ref.isPlainOnly() ? 1 : 0,
|
||||
preview,
|
||||
null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user