Show
Ignore:
Timestamp:
08/10/08 12:54:59 PM (5 months ago)
Author:
octorian
Message:

Merge of fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/LogicMail/src/org/logicprobe/LogicMail/mail/imap/ImapClient.java

    r266 r272  
    325325            FolderTreeItem childItem = getFolderItem(baseFolder, resp.name, resp.canSelect); 
    326326                baseFolder.addChild(childItem); 
    327                 if(resp.hasChildren || !childrenExtension) { 
     327                if(resp.hasChildren || (!resp.noInferiors && !childrenExtension)) { 
    328328                    // The folder has children, so lets go and list them 
    329329                    if(depth+1 < globalConfig.getImapMaxFolderDepth()) {