Changeset 269 for branches/LogicMail-1.0/LogicMail/src/org/logicprobe/LogicMail/mail/imap/ImapClient.java
- Timestamp:
- 08/10/08 10:30:00 AM (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/LogicMail-1.0/LogicMail/src/org/logicprobe/LogicMail/mail/imap/ImapClient.java
r246 r269 250 250 FolderTreeItem childItem = getFolderItem(baseFolder, resp.name, resp.canSelect); 251 251 baseFolder.addChild(childItem); 252 if(resp.hasChildren || !childrenExtension) {252 if(resp.hasChildren || (!resp.noInferiors && !childrenExtension)) { 253 253 // The folder has children, so lets go and list them 254 254 if(depth+1 < globalConfig.getImapMaxFolderDepth()) {
