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:
@@ -10,6 +10,11 @@
|
||||
#include <Messenger.h>
|
||||
|
||||
|
||||
enum {
|
||||
B_MAIL_BODY_FETCHED = '_Mbf'
|
||||
};
|
||||
|
||||
|
||||
class BMailDaemon {
|
||||
public:
|
||||
BMailDaemon();
|
||||
|
||||
@@ -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';
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user