Loading legacy/account/src/main/java/app/k9mail/legacy/account/AccountDefaultsProvider.kt +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ interface AccountDefaultsProvider { fun applyOverwrites(account: LegacyAccount, storage: Storage) companion object { const val DEFAULT_MAXIMUM_AUTO_DOWNLOAD_MESSAGE_SIZE = 131072 const val DEFAULT_MAXIMUM_AUTO_DOWNLOAD_MESSAGE_SIZE = 1048576 @JvmStatic val DEFAULT_MESSAGE_FORMAT = MessageFormat.HTML Loading legacy/core/src/main/java/com/fsck/k9/preferences/AccountSettingsDescriptions.java +1 −2 Original line number Diff line number Diff line Loading @@ -135,8 +135,7 @@ class AccountSettingsDescriptions { new V(1, new IntegerRangeSetting(0, 100, 10)) )); s.put("maximumAutoDownloadMessageSize", Settings.versions( new V(1, new IntegerResourceSetting(32768, R.array.autodownload_message_size_values)), new V(93, new IntegerResourceSetting(131072, R.array.autodownload_message_size_values)) new V(1, new IntegerResourceSetting(1048576, R.array.autodownload_message_size_values)) )); s.put("maximumPolledMessageAge", Settings.versions( new V(1, new IntegerResourceSetting(-1, R.array.message_age_values)) Loading Loading
legacy/account/src/main/java/app/k9mail/legacy/account/AccountDefaultsProvider.kt +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ interface AccountDefaultsProvider { fun applyOverwrites(account: LegacyAccount, storage: Storage) companion object { const val DEFAULT_MAXIMUM_AUTO_DOWNLOAD_MESSAGE_SIZE = 131072 const val DEFAULT_MAXIMUM_AUTO_DOWNLOAD_MESSAGE_SIZE = 1048576 @JvmStatic val DEFAULT_MESSAGE_FORMAT = MessageFormat.HTML Loading
legacy/core/src/main/java/com/fsck/k9/preferences/AccountSettingsDescriptions.java +1 −2 Original line number Diff line number Diff line Loading @@ -135,8 +135,7 @@ class AccountSettingsDescriptions { new V(1, new IntegerRangeSetting(0, 100, 10)) )); s.put("maximumAutoDownloadMessageSize", Settings.versions( new V(1, new IntegerResourceSetting(32768, R.array.autodownload_message_size_values)), new V(93, new IntegerResourceSetting(131072, R.array.autodownload_message_size_values)) new V(1, new IntegerResourceSetting(1048576, R.array.autodownload_message_size_values)) )); s.put("maximumPolledMessageAge", Settings.versions( new V(1, new IntegerResourceSetting(-1, R.array.message_age_values)) Loading