Loading legacy/core/src/main/java/com/fsck/k9/AccountPreferenceSerializer.kt +1 −1 Original line number Diff line number Diff line Loading @@ -668,6 +668,6 @@ class AccountPreferenceSerializer( const val DEFAULT_STRIP_SIGNATURE = true const val DEFAULT_REMOTE_SEARCH_NUM_RESULTS = 25 const val DEFAULT_RINGTONE_URI = "content://settings/system/notification_sound" const val DEFAULT_MAXIMUM_AUTO_DOWNLOAD_MESSAGE_SIZE = 131072 const val DEFAULT_MAXIMUM_AUTO_DOWNLOAD_MESSAGE_SIZE = 1048576 } } legacy/core/src/main/java/com/fsck/k9/preferences/AccountSettingsDescriptions.java +1 −2 Original line number Diff line number Diff line Loading @@ -133,8 +133,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/core/src/main/java/com/fsck/k9/AccountPreferenceSerializer.kt +1 −1 Original line number Diff line number Diff line Loading @@ -668,6 +668,6 @@ class AccountPreferenceSerializer( const val DEFAULT_STRIP_SIGNATURE = true const val DEFAULT_REMOTE_SEARCH_NUM_RESULTS = 25 const val DEFAULT_RINGTONE_URI = "content://settings/system/notification_sound" const val DEFAULT_MAXIMUM_AUTO_DOWNLOAD_MESSAGE_SIZE = 131072 const val DEFAULT_MAXIMUM_AUTO_DOWNLOAD_MESSAGE_SIZE = 1048576 } }
legacy/core/src/main/java/com/fsck/k9/preferences/AccountSettingsDescriptions.java +1 −2 Original line number Diff line number Diff line Loading @@ -133,8 +133,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