Changeset 4380 in subversion


Ignore:
Timestamp:
Dec 30, 2010 6:19:43 AM (2 years ago)
Author:
alec
Message:
  • Fix handling of INBOX when personal namespace prefix is non-empty (#1487657)
Location:
trunk/roundcubemail
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/CHANGELOG

    r4371 r4380  
    55- Fix namespaces handling (#1487649) 
    66- Add handling of multifolder METADATA/ANNOTATION responses 
     7- Fix handling of INBOX when personal namespace prefix is non-empty (#1487657) 
    78 
    89RELEASE 0.5-RC 
  • trunk/roundcubemail/program/include/rcube_imap.php

    r4369 r4380  
    33383338                } 
    33393339                // 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]) { 
    33413341                    return $this->namespace['personal'][0][0].$mbox_name; 
    33423342                } 
Note: See TracChangeset for help on using the changeset viewer.