mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Default IMAP message_list_limit to 10000
This commit is contained in:
parent
b88794b54b
commit
167c27c1ee
3 changed files with 3 additions and 3 deletions
|
|
@ -36,7 +36,7 @@ const
|
|||
imapForce_select: false,
|
||||
imapFolder_list_limit: 200,
|
||||
imapMessage_all_headers: false,
|
||||
imapMessage_list_limit: 0,
|
||||
imapMessage_list_limit: 10000,
|
||||
imapSearch_filter: '',
|
||||
|
||||
sieveEnabled: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue