Changeset e2dfb5e in github
- Timestamp:
- Dec 28, 2011 4:26:19 AM (17 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 81c2ce9
- Parents:
- a267c6c
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/steps/settings/func.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r5e8c772 re2dfb5e 2 2 =========================== 3 3 4 - Fix handling of INBOX's subfolders in special folders config (#1488279) 4 5 - Add ifModule statement for setting Options -Indexes in .htaccess file (#1488274) 5 6 - Fix crashes with eAccelerator (#1488256) -
program/steps/settings/func.inc
ra90ad28 re2dfb5e 705 705 // load folders list only when needed 706 706 if ($current) { 707 $select = rcmail_mailbox_select(array('noselection' => '---', 'realnames' => true, 708 'maxlength' => 30, 'exceptions' => array('INBOX'), 'folder_filter' => 'mail', 'folder_rights' => 'w')); 707 $select = rcmail_mailbox_select(array( 708 'noselection' => '---', 709 'realnames' => true, 710 'maxlength' => 30, 711 'folder_filter' => 'mail', 712 'folder_rights' => 'w', 713 // #1486114, #1488279 714 'onchange' => "if ($(this).val() == 'INBOX') $(this).val('')", 715 )); 709 716 } 710 717 else // dummy select
Note: See TracChangeset
for help on using the changeset viewer.
