mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
Only one labs section in the conf file
This commit is contained in:
parent
071ad15a97
commit
56a106ad60
@ -9,12 +9,10 @@ openpgp = On
|
||||
|
||||
[labs]
|
||||
allow_gravatar = Off
|
||||
{% if WEB_WEBMAIL == '/' %}
|
||||
custom_login_link='sso.php'
|
||||
{% else %}
|
||||
custom_login_link='{{ WEB_WEBMAIL }}/sso.php'
|
||||
{% endif %}
|
||||
custom_logout_link='/sso/logout'
|
||||
image_exif_auto_rotate = On
|
||||
try_to_detect_hidden_images = On
|
||||
{% if WEB_WEBMAIL == '/' %}custom_login_link = "sso.php"{% else %}custom_login_link = "{{ WEB_WEBMAIL }}/sso.php"{% endif %}
|
||||
custom_logout_link = "/sso/logout"
|
||||
|
||||
[contacts]
|
||||
enable = On
|
||||
@ -24,11 +22,8 @@ allow_sync = On
|
||||
contacts_autosave = On
|
||||
|
||||
[cache]
|
||||
enable = On
|
||||
fast_cache_driver = "APCU"
|
||||
|
||||
[imap]
|
||||
use_move = On
|
||||
|
||||
[labs]
|
||||
image_exif_auto_rotate = On
|
||||
try_to_detect_hidden_images = On
|
||||
|
Loading…
Reference in New Issue
Block a user