diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-08-04 10:59:50 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-08-04 10:59:50 +0000 |
| commit | f41244e1fcf5c88325971e64094638176b1b8375 (patch) | |
| tree | 10d3870735fac479d84ea7af040952dac42d54c2 /roundcubemail/program/steps | |
| parent | 2ca438c8d65c65a347c1fae3e8a7677bf5e49d62 (diff) | |
- Fix moving folder to root, it wasn't working with IMAP delimiter different than a dot (loast part of r5023)
git-svn-id: https://svn.roundcube.net/trunk@5025 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps')
| -rw-r--r-- | roundcubemail/program/steps/settings/folders.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/settings/folders.inc b/roundcubemail/program/steps/settings/folders.inc index 6a773df84..eea58062b 100644 --- a/roundcubemail/program/steps/settings/folders.inc +++ b/roundcubemail/program/steps/settings/folders.inc @@ -256,7 +256,7 @@ function rcube_subscription_form($attrib) $table->add('name', ' '); $table->add(null, ' '); - $a_js_folders['mailboxroot'] = array('.', '', true); + $a_js_folders['mailboxroot'] = array('', '', true); $checkbox_subscribe = new html_checkbox(array( 'name' => '_subscribed[]', |
