Roundcube Community Forum

 

Special Folder - Change

Started by widomaker, February 07, 2011, 09:49:38 AM

Previous topic - Next topic

widomaker

Does anyone know where I can edit the output of the drop downs. For example:

Sent   ---
         Sent
         test

I want to change the '---' to 'Disable'. Our users have no idea what to select if they don't want to save messages in the sent folder etc.

I have looked and looked, but can not find where the '---' is created.

Thanks Will

dshepherd

You can change this in RC_ROOT/program/steps/settings/func.inc on line 572

Bear in mind that by doing it this way you'll need to make the same change each time you upgrade to a newer version...unless you create a plugin.

widomaker

Thanks for the quick reply. I was able to find it on Line 609. Not sure why mine was different. But I must have looked at this file 10 times. But there it was, right in front of me. Thanks again.

dshepherd

It's the difference in RC version. The line number I gave you was from 0.4.2, I've just checked 0.5 stable and it is 609 as you say.

Glad you found it.