Hi,
When I look at the folders I have on my imap server some of the names are truncated with "..." in the middle.
Is there any way to a) switch this off or b) define a longer allowable length of folder name.
Thanks,
Rich
Any ideas on this one?
./skins/default/templates/mail.html
... see maxlength ...
You can modify the file ./skins/default/templates/mail.html
Search for
<roundcube:object name="mailboxlist" id="mailboxlist" maxlength="16" />
And modify the value for maxlength
That worked!
Thank you very much.