Fix for #7372. Don't use an uninitialized buffer. Some BString replacement of C strings. Replace Mail's ReadAttrString() function with the BNode method. Define a B_MAIL_ATTR_BCC.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41159 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -19,6 +19,7 @@ struct entry_ref;
|
||||
#define B_MAIL_ATTR_PRIORITY "MAIL:priority" // indexed string
|
||||
#define B_MAIL_ATTR_TO "MAIL:to" // indexed string
|
||||
#define B_MAIL_ATTR_CC "MAIL:cc" // indexed string
|
||||
#define B_MAIL_ATTR_BCC "MAIL:bcc" // string
|
||||
#define B_MAIL_ATTR_FROM "MAIL:from" // indexed string
|
||||
#define B_MAIL_ATTR_SUBJECT "MAIL:subject" // indexed string
|
||||
#define B_MAIL_ATTR_REPLY "MAIL:reply" // indexed string
|
||||
|
||||
Reference in New Issue
Block a user