mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
FairEmail quotes
This commit is contained in:
@@ -2860,8 +2860,14 @@ public class HtmlHelper {
|
||||
}
|
||||
|
||||
static void removeQuotes(Document d) {
|
||||
Elements quotes = d.body().select(".fairemail_quote");
|
||||
if (quotes.size() > 0) {
|
||||
quotes.remove();
|
||||
return;
|
||||
}
|
||||
|
||||
// Gmail
|
||||
Elements quotes = d.body().select(".gmail_quote");
|
||||
quotes = d.body().select(".gmail_quote");
|
||||
if (quotes.size() > 0) {
|
||||
quotes.remove();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user