SVN commit 933440 by vkrause: our unit tests need way too long to run... M +1 -1 modify.cpp --- trunk/kdesupport/akonadi/server/src/handler/modify.cpp #933439:933440 @@ -55,7 +55,7 @@ int p = 0; if ( (p = line.indexOf( "PARENT ", pos )) > 0 ) { - ImapParser::parseString( line, collectionByteArray, pos ); + ImapParser::parseString( line, collectionByteArray, p + 6 ); const Collection newParent = HandlerHelper::collectionFromIdOrName( collectionByteArray ); if ( newParent.isValid() && collection.parentId() != newParent.id() && collection.resourceId() != newParent.resourceId() )