Skip to content

Commit 6aab4e1

Browse files
committed
Disable mailbox_show_last_access by default as per request
https://git.ispconfig.org/ispconfig/ispconfig3/-/merge_requests/1865#note_108667
1 parent 2d9672b commit 6aab4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/admin/form/system_config.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
'mailbox_show_last_access' => array (
307307
'datatype' => 'VARCHAR',
308308
'formtype' => 'CHECKBOX',
309-
'default' => 'y',
309+
'default' => 'n',
310310
'value' => array(0 => 'n', 1 => 'y')
311311
),
312312
'mailboxlist_webmail_link' => array (

0 commit comments

Comments
 (0)