mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-09 18:43:23 +02:00
Cleanup
This commit is contained in:
@@ -548,7 +548,6 @@ public class MessageHelper {
|
||||
}
|
||||
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
|
||||
boolean autolist = prefs.getBoolean("autolist", true);
|
||||
boolean format_flowed = prefs.getBoolean("format_flowed", false);
|
||||
boolean monospaced = prefs.getBoolean("monospaced", false);
|
||||
String compose_font = prefs.getString("compose_font", monospaced ? "monospace" : "sans-serif");
|
||||
@@ -558,9 +557,6 @@ public class MessageHelper {
|
||||
|
||||
// When sending message
|
||||
if (identity != null) {
|
||||
if (autolist)
|
||||
HtmlHelper.convertLists(document);
|
||||
|
||||
if (send) {
|
||||
for (Element child : document.body().children())
|
||||
if (!TextUtils.isEmpty(child.text()) &&
|
||||
|
||||
Reference in New Issue
Block a user