Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

options_display_len....?

Quote Reply
options_display_len....?
Hello All:

I would like to set
"<%options_display_len_subject%>",
"<%options_display_len_from%>", etc

for all users. How can I go about this? Should I go from admin panel , pref.cfg, etc?
How? Please help.

Thank you, pcurran
Quote Reply
Re: [pyc] options_display_len....? Solved In reply to
Okay, I got it!

1) vi ../data/templates/common/prefs.cfg.

2) inserted:
'len_from' => '20'
'len_subject' => '20'
etc. Insert whatever your values are.

okay, update existing/individual prefs.cfg manually.

Thank you, pcurran