mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
fixed QuickView filtering system
This commit is contained in:
parent
26792a7471
commit
b5b2c430c5
8 changed files with 132 additions and 141 deletions
|
@ -976,7 +976,8 @@ MessageComposer *MessageComposer::newMsg(const std::string &msgId /* = ""*/)
|
|||
|
||||
msgComposer->addEmptyRecipient();
|
||||
|
||||
if (msgId.empty() == false) {
|
||||
if (!msgId.empty())
|
||||
{
|
||||
// fill existing message
|
||||
MessageInfo msgInfo;
|
||||
if (!rsMail->getMessage(msgId, msgInfo)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue