Make it possible to jump to search folders in the folder selection dialog as well.

svn path=/trunk/KDE/kdepim/; revision=992874
wilder-work
Thomas McGuire 17 years ago
parent c20e4131dc
commit 0c141c8f27
  1. 4
      folderselectiontreewidget.cpp

@ -114,8 +114,8 @@ void FolderSelectionTreeWidget::recursiveReload( FolderViewItem *fti, FolderSele
if ( fti->folder() && fti->folder()->hideInSelectionDialog() )
return;
// search folders are never shown
if ( fti->protocol() == KPIM::FolderTreeWidgetItem::Search )
// search folders are only shown when they are read-only
if ( fti->protocol() == KPIM::FolderTreeWidgetItem::Search && mLastMustBeReadWrite )
return;
// imap folders?

Loading…
Cancel
Save