Changeset a36e1ef in github


Ignore:
Timestamp:
Dec 30, 2010 6:19:43 AM (2 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
aff04d6
Parents:
4da0bee
Message:
  • Fix handling of INBOX when personal namespace prefix is non-empty (#1487657)
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r814bafc ra36e1ef  
    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 
  • program/include/rcube_imap.php

    r1c7b94b5 ra36e1ef  
    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.