Skip to content
Snippets Groups Projects
Commit d2cb9d6c authored by Eric Oulashin's avatar Eric Oulashin
Browse files

DDMsgReader: Don't prepend "Fwd: " to forwarded messages

parent 4fd43616
No related branches found
No related tags found
2 merge requests!463MRC mods by Codefenix (2024-10-20),!263DDMsgReader: Don't prepend "Fwd: " to forwarded messages
Pipeline #3889 passed
......@@ -14473,7 +14473,7 @@ function DigDistMsgReader_ForwardMessage(pMsgHdr, pMsgBody)
// the message. The destination ("to" informatoin) will be filled in
// according to the destination type.
var destMsgHdr = { to_net_type: NET_NONE, from: user.name,
replyto: user.name, subject: "Fwd: " + msgSubject }; // pMsgHdr.subject
replyto: user.name, subject: msgSubject }; // pMsgHdr.subject
if (user.netmail.length > 0)
{
destMsgHdr.replyto_net_addr = user.netmail;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment