Author |
|
jasongeek Newbie
Joined: 31 August 2014 Location: United States
Online Status: Offline Posts: 1
|
Posted: 31 August 2014 at 3:33pm | IP Logged
|
|
|
I'm getting redundant RE: in the subject line along with multiple RE:'s in subsequent reply threads. Any suggestions as to where the code is so I can remove it? What file is it in?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6103
|
Posted: 01 September 2014 at 3:13am | IP Logged
|
|
|
Look for the following function:
Code:
CMessageSender.prototype.replySubjectAdd = function (sPrefix, sSubject) |
|
|
in static/js/app.js file, feel free to modify the code there. Note that this file isn't used by default - its minified version app.min.js is used. To change that, add the following item to the array defined in data/settings/config.php file:
Code:
'labs.use-app-min-js' => false, |
|
|
Also, be sure to clear browser cache to apply changes.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|