mirror of
https://github.com/M66B/FairEmail.git
synced 2026-05-18 04:57:53 +02:00
Preview quotes: removed recognized quotes
This commit is contained in:
@@ -359,7 +359,7 @@ public class FragmentDialogTranslate extends FragmentDialogBase {
|
||||
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