Merge pull request #7636 from thunderbird/change-default-message-count-to-100
Change default display count to 100
This commit is contained in:
commit
f0363af643
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ enum class EmailDisplayCount(
|
|||
;
|
||||
|
||||
companion object {
|
||||
val DEFAULT = MESSAGES_25
|
||||
val DEFAULT = MESSAGES_100
|
||||
fun all() = entries.toImmutableList()
|
||||
|
||||
fun fromCount(count: Int): EmailDisplayCount {
|
||||
|
|
Loading…
Reference in a new issue