small ui fixes & changes

* Update the context menu icons for attachments
* Display the File type icon for attachments
* on reply load the tags
This commit is contained in:
defnax 2020-05-24 02:28:54 +02:00
parent f422c7249a
commit 178b37a95f
5 changed files with 13 additions and 3 deletions

View file

@ -1206,6 +1206,12 @@ MessageComposer *MessageComposer::replyMsg(const std::string &msgId, bool all)
// needed to send system flags with reply
msgComposer->msgFlags = (msgInfo.msgflags & RS_MSG_SYSTEM);
MsgTagInfo tagInfo;
rsMail->getMessageTag(msgId, tagInfo);
msgComposer->m_tagIds = tagInfo.tagIds;
msgComposer->showTagLabels();
msgComposer->calculateTitle();
/* window will destroy itself! */