Changeset 0a19215 in github
- Timestamp:
- Apr 22, 2010 3:12:42 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- a8040505
- Parents:
- 684057f
- File:
-
- 1 edited
-
program/include/main.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/include/main.inc
r3544558 r0a19215 1460 1460 global $CONFIG; 1461 1461 1462 if ($folder_id == 'INBOX') 1463 return 'inbox'; 1464 1462 1465 // for these mailboxes we have localized labels and css classes 1463 1466 foreach (array('sent', 'drafts', 'trash', 'junk') as $smbx) … … 1466 1469 return $smbx; 1467 1470 } 1468 1469 if ($folder_id == 'INBOX')1470 return 'inbox';1471 1471 } 1472 1472
Note: See TracChangeset
for help on using the changeset viewer.
