1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-03 18:26:20 +00:00

Use complete message for AI

This commit is contained in:
M66B 2025-01-09 13:37:33 +01:00
parent ff305ddd93
commit edcacf1bce

View file

@ -190,8 +190,6 @@ public class AI {
if (remove_signatures)
HtmlHelper.removeSignatures(d);
HtmlHelper.removeQuotes(d, true);
d = HtmlHelper.sanitizeView(context, d, false);
HtmlHelper.truncate(d, MAX_SUMMARIZE_TEXT_SIZE);