Skip to content

Commit 757bcbc

Browse files
committed
Default mailbox_soft_delete to n, to preserve current behaviour
1 parent 5e3c26d commit 757bcbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@
688688
'mailbox_soft_delete' => array (
689689
'datatype' => 'VARCHAR',
690690
'formtype' => 'CHECKBOX',
691-
'default' => 'y',
691+
'default' => 'n',
692692
'value' => array(0 => 'n', 1 => 'y')
693693
),
694694
'mailbox_quota_stats' => array (

0 commit comments

Comments
 (0)