Add the "Delivery-Date" to the default headers. This provides a fallback in case
the "Date" header is missing. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35270 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
1d30bdadcd
commit
c30aac4e5e
@ -46,6 +46,7 @@ static const mail_header_field gDefaultFields[] =
|
||||
{ "From", B_MAIL_ATTR_FROM, B_STRING_TYPE },
|
||||
{ "Cc", B_MAIL_ATTR_CC, B_STRING_TYPE },
|
||||
{ "Date", B_MAIL_ATTR_WHEN, B_TIME_TYPE },
|
||||
{ "Delivery-Date", B_MAIL_ATTR_WHEN, B_TIME_TYPE },
|
||||
{ "Reply-To", B_MAIL_ATTR_REPLY, B_STRING_TYPE },
|
||||
{ "Subject", B_MAIL_ATTR_SUBJECT, B_STRING_TYPE },
|
||||
{ "X-Priority", B_MAIL_ATTR_PRIORITY, B_STRING_TYPE }, // Priorities with prefered
|
||||
|
Loading…
x
Reference in New Issue
Block a user