saving current work on big pass over Mail

This commit is contained in:
csoler 2022-11-21 14:18:25 +01:00
parent ba4982f2ca
commit 3ac97b24a8
4 changed files with 58 additions and 58 deletions

View file

@ -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(), "");