Changeset 4380 in subversion
- Timestamp:
- Dec 30, 2010 6:19:43 AM (2 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/rcube_imap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r4371 r4380 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 -
trunk/roundcubemail/program/include/rcube_imap.php
r4369 r4380 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.
