mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-20 13:19:07 -04:00
saving current work on big pass over Mail
This commit is contained in:
parent
ba4982f2ca
commit
3ac97b24a8
4 changed files with 58 additions and 58 deletions
|
@ -614,7 +614,7 @@ void MessageWidget::fill(const std::string &msgId)
|
|||
RetroShareLink link;
|
||||
QString to_text,cc_text,bcc_text;
|
||||
|
||||
for(auto m:msgInfo.to)
|
||||
for(auto m:msgInfo.destinations)
|
||||
{
|
||||
if(m.type()==MsgAddress::MSG_ADDRESS_TYPE_RSGXSID)
|
||||
link = RetroShareLink::createMessage(m.toGxsId(), "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue