Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34eed29b authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

mail: Change message auto download size from 128Kb to 1Mb

parent f059cb76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
    }
}
+1 −2
Original line number Diff line number Diff line
@@ -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))