Fixed Mail build.

* The former kMsgBodyFetched (now B_MAIL_BODY_FETCHED, following the other
  message constant names in AppDefs.h) must be public.
This commit is contained in:
Axel Dörfler
2015-01-06 15:22:18 +01:00
parent e1e78d4deb
commit bcf60bbb83
4 changed files with 12 additions and 7 deletions
+5
View File
@@ -10,6 +10,11 @@
#include <Messenger.h>
enum {
B_MAIL_BODY_FETCHED = '_Mbf'
};
class BMailDaemon {
public:
BMailDaemon();
-1
View File
@@ -26,7 +26,6 @@ const uint32 kMsgSetStatusWindowMode = 'shst';
const uint32 kMsgCountNewMessages = 'mnum';
const uint32 kMsgMarkMessageAsRead = 'mmar';
const uint32 kMsgFetchBody = 'mfeb';
const uint32 kMsgBodyFetched = 'mbfe';
const uint32 kMsgSyncMessages = '&SyM';