CVS commit by tilladam: CVS_SILENT noise-- M +3 -3 kmailicalifaceimpl.cpp 1.86 --- kdepim/kmail/kmailicalifaceimpl.cpp #1.85:1.86 @@ -1133,6 +1133,6 @@ void KMailICalIfaceImpl::folderContentsT if ( !mUseResourceIMAP ) return; - kdDebug(5006) << "folderContentsTypeChanged( " << folder->name() - << ", " << contentsType << ")\n"; +// kdDebug(5006) << "folderContentsTypeChanged( " << folder->name() +// << ", " << contentsType << ")\n"; // The builtins can't change type @@ -1160,5 +1160,5 @@ void KMailICalIfaceImpl::folderContentsT return; - kdDebug(5006) << "registering " << location << " as extra folder" << endl; + //kdDebug(5006) << "registering " << location << " as extra folder" << endl; // Make a new entry for the list ef = new ExtraFolder( folder );