From a81be1b534d2d3380330e1e8dec0b39683a49f12 Mon Sep 17 00:00:00 2001 From: alecpl Date: Sun, 14 Sep 2008 12:47:00 +0000 Subject: -small folder names abbreviation fixes --- program/steps/settings/func.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/steps/settings') diff --git a/program/steps/settings/func.inc b/program/steps/settings/func.inc index bb4b0d21e..ef2befd84 100644 --- a/program/steps/settings/func.inc +++ b/program/steps/settings/func.inc @@ -230,7 +230,7 @@ function rcmail_user_prefs_form($attrib) // Configure special folders if (!isset($no_override['default_imap_folders'])) { $RCMAIL->imap_init(true); - $select = rcmail_mailbox_select(array('noselection' => '---', 'realnames' => true)); + $select = rcmail_mailbox_select(array('noselection' => '---', 'realnames' => true, 'maxlength' => 30)); $table = new html_table(array('cols' => 2)); -- cgit v1.2.3