summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/settings/func.inc
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-09-14 12:47:00 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-09-14 12:47:00 +0000
commit118addb5f205505e412cd7d9d3dc66f1f26eb215 (patch)
tree52126b7412d32d965060570b62d31bb040636ae8 /roundcubemail/program/steps/settings/func.inc
parent6210a5e5faa5416c0240192a81acd22e35b980be (diff)
-small folder names abbreviation fixes
git-svn-id: https://svn.roundcube.net/trunk@1792 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/settings/func.inc')
-rw-r--r--roundcubemail/program/steps/settings/func.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/settings/func.inc b/roundcubemail/program/steps/settings/func.inc
index bb4b0d21e..ef2befd84 100644
--- a/roundcubemail/program/steps/settings/func.inc
+++ b/roundcubemail/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));