fixed wrong display of trash messages in inbox

This commit is contained in:
csoler 2019-04-14 16:25:26 +02:00
parent 64fecf42f4
commit 0bcbe14b2c
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
4 changed files with 23 additions and 23 deletions

View file

@ -563,8 +563,8 @@ public:
/**
* @brief MessageToTrash
* @jsonapi{development}
* @param[in] msgId
* @param[in] bTrash
* @param[in] msgId Id of the message to mode to trash box
* @param[in] bTrash Move to trash if true, otherwise remove from trash
* @return true on success
*/
virtual bool MessageToTrash(const std::string &msgId, bool bTrash) = 0;