Author Topic: Display length of folder name  (Read 3604 times)

Offline richard.scott

  • Newbie
  • *
  • Posts: 1
Display length of folder name
« on: December 03, 2008, 10:00:36 AM »
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

Offline bswinnerton

  • Jr. Member
  • **
  • Posts: 49
Display length of folder name
« Reply #1 on: September 25, 2009, 08:29:20 AM »
Any ideas on this one?

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Display length of folder name
« Reply #2 on: September 25, 2009, 09:37:37 AM »
./skins/default/templates/mail.html




... see maxlength ...
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
Display length of folder name
« Reply #3 on: September 25, 2009, 09:41:41 AM »
You can modify the file ./skins/default/templates/mail.html

Search for

Code: [Select]
<roundcube:object name=&quot;mailboxlist&quot; id=&quot;mailboxlist&quot; maxlength=&quot;16&quot; />

And modify the value for maxlength
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

Offline bswinnerton

  • Jr. Member
  • **
  • Posts: 49
Display length of folder name
« Reply #4 on: September 25, 2009, 10:20:47 AM »
That worked!

Thank you very much.