Remember tracker message when downloading a partial message and open it with Mail. This is needed to get the next/previous message after downloading the body.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40575 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -28,7 +28,8 @@ public:
|
||||
bool waitForFetchCompletion = false);
|
||||
static status_t MarkAsRead(int32 account, const entry_ref& ref,
|
||||
bool read = true);
|
||||
static status_t FetchBody(const entry_ref& ref);
|
||||
static status_t FetchBody(const entry_ref& ref,
|
||||
BMessage* launchMessage = NULL);
|
||||
static status_t Quit();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user