Skip to content
Snippets Groups Projects
Commit 0f28462d authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Merge branch 'ddmsgreader_forward_dont_prepend_fwd' into 'master'

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

See merge request !263
parents 4fd43616 d2cb9d6c
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
......@@ -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