mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-30 20:56:38 +02:00
Preview quotes: removed recognized quotes
This commit is contained in:
@@ -184,7 +184,7 @@ public class AI {
|
||||
if (remove_signatures)
|
||||
HtmlHelper.removeSignatures(d);
|
||||
|
||||
HtmlHelper.removeQuotes(d);
|
||||
HtmlHelper.removeQuotes(d, true);
|
||||
|
||||
d = HtmlHelper.sanitizeView(context, d, false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user