- Timestamp:
- 08/10/08 12:54:59 PM (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/LogicMail/src/org/logicprobe/LogicMail/mail/imap/ImapClient.java
r266 r272 325 325 FolderTreeItem childItem = getFolderItem(baseFolder, resp.name, resp.canSelect); 326 326 baseFolder.addChild(childItem); 327 if(resp.hasChildren || !childrenExtension) {327 if(resp.hasChildren || (!resp.noInferiors && !childrenExtension)) { 328 328 // The folder has children, so lets go and list them 329 329 if(depth+1 < globalConfig.getImapMaxFolderDepth()) {
