Write MAIL:name, MAIL:thread and MAIL:account attribute. The account id is now stored in MAIL:account_id. This requires to re-download all mails to write the correct attribute (sorry).
Fixes #7375. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41062 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -29,6 +29,9 @@ struct entry_ref;
|
||||
#define B_MAIL_ATTR_HEADER "MAIL:header_length" // int32
|
||||
#define B_MAIL_ATTR_CONTENT "MAIL:content_length" // int32
|
||||
#define B_MAIL_ATTR_READ "MAIL:read" // int32
|
||||
#define B_MAIL_ATTR_THREAD "MAIL:thread" // string
|
||||
#define B_MAIL_ATTR_ACCOUNT "MAIL:account" // string
|
||||
#define B_MAIL_ATTR_ACCOUNT_ID "MAIL:account_id" // int32
|
||||
|
||||
|
||||
// read flags
|
||||
|
||||
Reference in New Issue
Block a user