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:
Clemens Zeidler
2011-02-20 07:55:47 +00:00
parent 65598ac67b
commit 0e657c0b6c
7 changed files with 28 additions and 14 deletions
+2 -1
View File
@@ -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();
};