mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
New plugins hooks (contacts suggections).
This commit is contained in:
parent
a69d3150ea
commit
a3654a3beb
3 changed files with 44 additions and 18 deletions
|
|
@ -83,6 +83,7 @@ class Application extends \RainLoop\Config\AbstractConfig
|
|||
|
||||
'contacts' => array(
|
||||
'enable' => array(false, 'Enable contacts'),
|
||||
'suggestions_limit' => array(30),
|
||||
'type' => array('mysql', ''),
|
||||
'pdo_dsn' => array('mysql:host=127.0.0.1;port=3306;dbname=rainloop', ''),
|
||||
'pdo_user' => array('root', ''),
|
||||
|
|
@ -205,7 +206,6 @@ Enables caching in the system'),
|
|||
'use_app_debug_css' => array(false),
|
||||
'login_fault_delay' => array(1),
|
||||
'log_ajax_response_write_limit' => array(300),
|
||||
'suggestions_limit' => array(50),
|
||||
'determine_user_language' => array(true),
|
||||
'use_imap_sort' => array(false),
|
||||
'use_imap_force_selection' => array(false),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue