mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Changed default subject ellipsize
This commit is contained in:
@@ -284,6 +284,9 @@ public class ApplicationEx extends Application {
|
||||
boolean monospaced = prefs.getBoolean("monospaced", false);
|
||||
if (monospaced && !BuildConfig.DEBUG)
|
||||
editor.putBoolean("text_font", false);
|
||||
} else if (version < 1238) {
|
||||
if (!prefs.contains("subject_ellipsize"))
|
||||
editor.putString("subject_ellipsize", "middle");
|
||||
}
|
||||
|
||||
if (version < BuildConfig.VERSION_CODE)
|
||||
|
||||
Reference in New Issue
Block a user