Changeset 01538da in github
- Timestamp:
- Aug 30, 2010 3:21:03 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 1d8cbca
- Parents:
- b0d46b1
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/steps/settings/manage_folders.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r64233d2 r01538da 17 17 - Fix "Threaded" checkbox after subfolder creation (#1486928) 18 18 - Fix timezone string in sent mail (#1486961) 19 - Show disabled checkboxes for protected folders instead of dots (#1485498) 19 20 20 21 RELEASE 0.4 -
program/steps/settings/manage_folders.inc
r8ed0152 r01538da 293 293 $table->add('name', Q($display_folder)); 294 294 $table->add('msgcount', ($folder['virtual'] ? '' : $IMAP->messagecount($folder['id'], 'ALL', false, false))); 295 $table->add('subscribed', ($protected || $folder['virtual']) ? ($subscribed ? ' •' : ' ') :296 $checkbox_subscribe->show(($subscribed ? $folder_utf8 : ''), array('value' => $folder_utf8)));295 $table->add('subscribed', $checkbox_subscribe->show(($subscribed ? $folder_utf8 : ''), 296 array('value' => $folder_utf8, 'disabled' => $protected ? 'disabled' : ''))); 297 297 if ($threading_supported) { 298 298 $table->add('threaded', $folder['virtual'] ? '' :
Note: See TracChangeset
for help on using the changeset viewer.
