summaryrefslogtreecommitdiff
path: root/program/steps/settings
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-09-14 12:47:00 +0000
committeralecpl <alec@alec.pl>2008-09-14 12:47:00 +0000
commita81be1b534d2d3380330e1e8dec0b39683a49f12 (patch)
tree20004044d590ffa5398e91ff233532bb0a8ed127 /program/steps/settings
parent109314c7d15684c7ffe5d3f0545ed3f86615998f (diff)
-small folder names abbreviation fixes
Diffstat (limited to 'program/steps/settings')
-rw-r--r--program/steps/settings/func.inc2
1 files changed, 1 insertions, 1 deletions
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));