Set snappymail autologout time according to PERMANENT_SESSION_LIFETIME

closes #2680
main
Dario Ernst 1 year ago
parent 0de2430868
commit 384d11ddaa

@ -20,6 +20,7 @@ allow_sync = On
[defaults]
contacts_autosave = On
autologout = {{ (((PERMANENT_SESSION_LIFETIME | default(10800)) | int)/60) | int }}
[cache]
enable = On

Loading…
Cancel
Save