Skip to content
Snippets Groups Projects
Commit aa5bda46 authored by deuce's avatar deuce
Browse files

Explicity add template.number... wonder why I'm not doing this live

everywhere else...
parent 5809487e
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,9 @@ template.subject=hdr.subject;
if(template.subject.search(/^re:\s+/i)==-1)
template.subject='Re: '+template.subject;
template.from=hdr.from;
template.number=hdr.number;
template.body=msgbase.get_msg_body(false,parseInt(http_request.query.reply_to),true,true)
template.body=msgbase.get_msg_body(false,parseInt(http_request.query.reply_to),true,true);
if(this.word_wrap != undefined) {
template.body=quote_msg(word_wrap(template.body,79),79);
}
......
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