mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09: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,
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
"fast_simple_search": true,
|
||||
"force_select": false,
|
||||
"message_all_headers": false,
|
||||
"message_list_limit": 0,
|
||||
"message_list_limit": 10000,
|
||||
"search_filter": ""
|
||||
},
|
||||
"SMTP": {
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ class Settings extends \MailSo\Net\ConnectSettings
|
|||
$timeout = 300,
|
||||
$body_text_limit = 0,
|
||||
// $folder_list_limit = 200,
|
||||
$message_list_limit = 0,
|
||||
$message_list_limit = 10000,
|
||||
$thread_limit = 50;
|
||||
|
||||
public bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue