mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Added "determine_user_domain" setting
This commit is contained in:
parent
2390a4f575
commit
11608e5f64
10 changed files with 89 additions and 9 deletions
|
|
@ -118,6 +118,7 @@ class Application extends \RainLoop\Config\AbstractConfig
|
|||
'Allow language selection on webmail login screen'),
|
||||
|
||||
'determine_user_language' => array(true, ''),
|
||||
'determine_user_domain' => array(false, ''),
|
||||
|
||||
'sign_me_auto' => array(\RainLoop\Enumerations\SignMeType::DEFAILT_OFF,
|
||||
'This option allows webmail to remember the logged in user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue