- Extend MarkMailAsRead to take a flag not only a bool value. Write an additional MAIL:read attribute.
- Remove some hard coded paths. - Catch failure of FindMessage correctly. Thanks Axel. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40593 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -8,8 +8,17 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <Node.h>
|
||||
|
||||
#include <E-mail.h>
|
||||
|
||||
|
||||
class BString;
|
||||
|
||||
|
||||
status_t write_read_attr(BNode& node, read_flags flag);
|
||||
|
||||
|
||||
// The next couple of functions are our wrapper around convert_to_utf8 and
|
||||
// convert_from_utf8 so that they can also convert from UTF-8 to UTF-8 by
|
||||
// specifying the MDR_UTF8_CONVERSION constant as the conversion operation.
|
||||
|
||||
Reference in New Issue
Block a user