Roundcube Community Forum

Release Support => Requests => Topic started by: espirates on May 28, 2010, 05:25:46 PM

Title: allow full name in mail folders
Post by: espirates on May 28, 2010, 05:25:46 PM
For mail accounts the folder only reads partially.  It would be very beneficial to be able to view the entire name of the folder instead of
[email protected]_com

Is there any way to set this up ?
Title: allow full name in mail folders
Post by: Julius Caesar on June 01, 2010, 04:00:37 AM
Yes, this is handled in the skin. Presuming you are using the default skin, You have to edit the following files:

./skins/default/templates/mail.html

./skins/default/templates/message.html

Search for all maxlength=25 and change the value to something higher.
Title: allow full name in mail folders
Post by: dshepherd on June 01, 2010, 04:40:45 AM
I have also done this and if it helps, this is how I did it.

You need to edit the following file: path-to-rc/program/include/main.inc
You need to comment out the if statement around line 1235, which has the comment:

// shorten the folder name to a given length