File tree Expand file tree Collapse file tree 4 files changed +14
-0
lines changed
Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -11566,6 +11566,11 @@ backends.`
1156611566 } ,
1156711567
1156811568 '@mailbox_defaults' : {
11569+ changed : {
11570+ settings_mailbox_defaults_english_changed : `
11571+ Changed default [[setting,mailbox_auto]] value for the mailboxes from \`no\`
11572+ to \`subscribe\`.`
11573+ } ,
1156911574 values : setting_types . GROUP ,
1157011575 values_enum : [ 'english' ] ,
1157111576 seealso : [ 'mailbox_special_use' ] ,
Original file line number Diff line number Diff line change @@ -159,6 +159,7 @@ export const updates = {
159159 settings_mail_cache_max_headers_count_added : '2.4.0' ,
160160 settings_mail_cache_max_header_name_length_added : '2.4.0' ,
161161 settings_mail_lua_added : '2.4.0' ,
162+ settings_mailbox_defaults_english_changed : '2.4.3' ,
162163 settings_mailbox_directory_name_legacy_deprecated : '2.4.2' ,
163164 settings_mailbox_special_use_changed : '2.4.0' ,
164165 settings_metric_fields_changed : '2.4.0' ,
Original file line number Diff line number Diff line change @@ -52,15 +52,19 @@ Using this setting will set these settings by default:
5252 namespace inbox {
5353 inbox = yes
5454 mailbox Drafts {
55+ auto = subscribe
5556 special_use = \Drafts
5657 }
5758 mailbox Junk {
59+ auto = subscribe
5860 special_use = \Junk
5961 }
6062 mailbox Sent {
63+ auto = subscribe
6164 special_use = \Sent
6265 }
6366 mailbox Trash {
67+ auto = subscribe
6468 special_use = \Trash
6569 }
6670 }
Original file line number Diff line number Diff line change @@ -65,6 +65,10 @@ changed to `2.4.3`.
6565| ` service/pop3/service_extra_groups ` | [[ setting,default_internal_group]] | |
6666| ` service/submission/service_extra_groups ` | [[ setting,default_internal_group]] | |
6767| ` service/managesieve/service_extra_groups ` | [[ setting,default_internal_group]] | |
68+ | ` @mailbox_defaults/english/namespace/inbox/mailbox/Drafts/mailbox_auto ` | ` no ` | ` subscribe ` |
69+ | ` @mailbox_defaults/english/namespace/inbox/mailbox/Junk/mailbox_auto ` | ` no ` | ` subscribe ` |
70+ | ` @mailbox_defaults/english/namespace/inbox/mailbox/Sent/mailbox_auto ` | ` no ` | ` subscribe ` |
71+ | ` @mailbox_defaults/english/namespace/inbox/mailbox/Trash/mailbox_auto ` | ` no ` | ` subscribe ` |
6872
6973#### Removed Features
7074
You can’t perform that action at this time.
0 commit comments