Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [pcmania] Character Set

Quote Reply
Re: [pcmania] Character Set In reply to
If you want to make it the default charset for all new users, you will need to edit the prefs.cfg files in all your template dirs. Look for something like this:
Code:
'compose' => {
'reply_subject' => 'Re: <%formatted_subject%>',
and add your charset in so it looks like this:
Code:
'compose' => {
'charset' => 'windows-1256',
'reply_subject' => 'Re: <%formatted_subject%>',

Regards,
Charlie

Last edited by:

CP: Oct 1, 2001, 8:24 PM
Subject Author Views Date
Thread Character Set pcmania 3146 Oct 1, 2001, 7:40 AM
Post Re: [pcmania] Character Set
TukBa 3055 Oct 1, 2001, 6:40 PM
Thread Re: [pcmania] Character Set
Chaz 3057 Oct 1, 2001, 8:24 PM
Thread Re: [CP] Character Set
pcmania 3037 Oct 2, 2001, 8:31 AM
Thread Re: [pcmania] Character Set
Chaz 3043 Oct 2, 2001, 8:38 AM
Thread Re: [CP] Character Set
pcmania 3022 Oct 2, 2001, 1:36 PM
Post Re: [pcmania] Character Set
Chaz 3010 Oct 2, 2001, 1:52 PM
Post Re: [pcmania] Character Set
Alex 3032 Oct 2, 2001, 2:07 PM