- 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:
Clemens Zeidler
2011-02-21 07:24:29 +00:00
parent ba11c28b6b
commit 9967dfd924
20 changed files with 90 additions and 37 deletions
+9
View File
@@ -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.