File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
docs/installation/upgrade Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -2617,7 +2617,11 @@ namespace inbox {
26172617 } ,
26182618
26192619 lazy_expunge_only_last_instance : {
2620- default : 'no' ,
2620+ default : 'yes' ,
2621+ changed : {
2622+ settings_lazy_expunge_only_last_instance_changed : `
2623+ Changed from \`no\` to \`yes\`.`
2624+ } ,
26212625 plugin : 'lazy-expunge' ,
26222626 values : setting_types . BOOLEAN ,
26232627 text : `
Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ export const updates = {
143143 settings_imapc_features_changed : '2.4.0' ,
144144 settings_imapc_ssl_verify_removed : '2.4.0' ,
145145 settings_inet_listener_type_added : '2.4.0' ,
146+ settings_lazy_expunge_only_last_instance_changed : '2.4.3' ,
146147 settings_login_socket_path_added : '2.4.0' ,
147148 settings_lmtp_user_concurrency_limit_changed : '2.4.1' ,
148149 settings_mail_access_groups_changed : '2.4.3' ,
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ changed to `2.4.3`.
5151
5252| Setting | Old Default Value | New Default Value |
5353| ------- | ----------------- | ----------------- |
54+ | [[ setting,lazy_expunge_only_last_instance]] | ` no ` | ` yes ` |
5455| [[ setting,mail_access_groups]] | | [[ setting,default_internal_group]] |
5556| ` service/doveadm/service_extra_groups ` | [[ setting,default_internal_group]] | |
5657| ` service/imap/service_extra_groups ` | [[ setting,default_internal_group]] | |
You can’t perform that action at this time.
0 commit comments