| Author |  | 
      
        | jasongeek Newbie
 
  
  
 Joined: 31 August 2014
 Location: United States
 Online Status: Offline
 Posts: 1
 | 
          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?
           | Posted: 31 August 2014 at 3:33pm | IP Logged |   |  
           | 
 |  | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          Look for the following function:
           | Posted: 01 September 2014 at 3:13am | IP Logged |   |  
           | 
 |  
 
 
| 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 |     | 
       
       
        |  |