Ignore:
Timestamp:
Sep 14, 2008 8:47:00 AM (5 years ago)
Author:
alec
Message:

-small folder names abbreviation fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/settings/func.inc

    r1723 r1792  
    231231  if (!isset($no_override['default_imap_folders'])) { 
    232232    $RCMAIL->imap_init(true); 
    233     $select = rcmail_mailbox_select(array('noselection' => '---', 'realnames' => true)); 
     233    $select = rcmail_mailbox_select(array('noselection' => '---', 'realnames' => true, 'maxlength' => 30)); 
    234234     
    235235    $table = new html_table(array('cols' => 2)); 
Note: See TracChangeset for help on using the changeset viewer.