Changeset a36e1ef in github
- Timestamp:
- Dec 30, 2010 6:19:43 AM (2 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- aff04d6
- Parents:
- 4da0bee
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/rcube_imap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r814bafc ra36e1ef 5 5 - Fix namespaces handling (#1487649) 6 6 - Add handling of multifolder METADATA/ANNOTATION responses 7 - Fix handling of INBOX when personal namespace prefix is non-empty (#1487657) 7 8 8 9 RELEASE 0.5-RC -
program/include/rcube_imap.php
r1c7b94b5 ra36e1ef 3338 3338 } 3339 3339 // Add prefix if first personal namespace is non-empty 3340 if ($ this->namespace['personal'][0][0]) {3340 if ($mbox_name != 'INBOX' && $this->namespace['personal'][0][0]) { 3341 3341 return $this->namespace['personal'][0][0].$mbox_name; 3342 3342 }
Note: See TracChangeset
for help on using the changeset viewer.
