File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -7439,7 +7439,11 @@ mail_attribute {
74397439 } ,
74407440
74417441 mail_cache_fields : {
7442- default : 'flags' ,
7442+ default : `
7443+ flags hdr.date hdr.subject hdr.from hdr.sender hdr.reply-to hdr.to hdr.cc hdr.bcc hdr.in-reply-to hdr.message-id date.received size.virtual imap.bodystructure mime.parts hdr.references hdr.importance hdr.x-priority hdr.x-open-xchange-share-url pop3.uidl pop3.order
7444+ <br /><br />
7445+ [[changed,mail_cache_fields_changed]] The default fields were changed.
7446+ They used to be just "flags".` ,
74437447 seealso : [ 'mail_always_cache_fields' , 'mail_never_cache_fields' ] ,
74447448 values : setting_types . BOOLLIST ,
74457449 text : `
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ export const updates = {
5252 lua_auth_init : '2.4.0' ,
5353 lua_dns_client : '2.4.0' ,
5454 lua_script_init : '2.4.0' ,
55+ mail_cache_fields_changed : '2.4.1' ,
5556 mail_crypt_eddsa : '2.4.0' ,
5657 mail_crypt_fs_maybe : '2.4.0' ,
5758 mail_location_keep_noselect : '2.4.0' ,
You can’t perform that action at this time.
0 commit comments