Pages: 1
RSS
Rename RE. FWD: to danish
 
Hey Guys,

Is it possible to rename RE: and FWD: tags in the subject field ?

In Danish - cant seem to find a language pack, but I guess it could be fixed somehow, I like all other things in English.

Thanks,

Pade
 
open your reply template - Account Properties / Templates / Reply

Add the following line at the end of the template, to change RE to EE
Code
%SETHEADER(SUBJECT, "EE: %OSUBJ")%-


%OSUBJ is the original message subject without RE / FWD etc. prefixes - if you want to keep these, use %OFULLSUBJ instead.

Same for FWD.
 
Thank you... Nice.
Pages: 1