mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 00:53:26 +02:00
Default enable quote limit
This commit is contained in:
@@ -3824,7 +3824,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
});
|
||||
|
||||
// Limit number of nested block quotes
|
||||
boolean quote_limit = prefs.getBoolean("quote_limit", false);
|
||||
boolean quote_limit = prefs.getBoolean("quote_limit", true);
|
||||
if (quote_limit)
|
||||
for (Element bq : d.select("blockquote")) {
|
||||
int level = 1;
|
||||
|
||||
Reference in New Issue
Block a user