Move #define from E-mail.h to mail_util.h. Thx Jerome.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40605 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Clemens Zeidler
2011-02-21 23:16:08 +00:00
parent 4ee7dfd971
commit 379df1cc3c
2 changed files with 3 additions and 1 deletions
-1
View File
@@ -30,7 +30,6 @@ struct entry_ref;
#define B_MAIL_ATTR_CONTENT "MAIL:content_length" // int32
#define B_MAIL_ATTR_READ "MAIL:read" // int32
#define R5_COMPATIBLE 1
// read flags
enum read_flags {
+3
View File
@@ -13,6 +13,9 @@
#include <E-mail.h>
#define R5_COMPATIBLE 1
class BString;