Skip to content

Commit 919e980

Browse files
sirainencmouse
authored andcommitted
settings: Fix mailbox_autoexpunge default value
1 parent 2fc3c49 commit 919e980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8583,7 +8583,7 @@ subscriptions file, unless SUBSCRIBE command is explicitly used for them.`
85838583
},
85848584

85858585
mailbox_autoexpunge: {
8586-
default: 'no',
8586+
default: 0,
85878587
seealso: [ 'mailbox_autoexpunge_max_mails' ],
85888588
tags: [ 'mailbox' ],
85898589
values: setting_types.TIME,

0 commit comments

Comments
 (0)