Don't create legacy 'folders/' subdirectory
authorMarkus Goetz <markus@woboq.com>
Thu, 26 Jan 2017 11:29:32 +0000 (12:29 +0100)
committerMarkus Goetz <markus@woboq.com>
Thu, 26 Jan 2017 11:29:58 +0000 (12:29 +0100)
src/gui/folderman.cpp

index dbe996792261c24b0a141e93167b6f83006ac98f..228cb15e4324f5118bf48d05531a7945d0c6feb0 100644 (file)
@@ -260,7 +260,6 @@ int FolderMan::setupFoldersMigration()
 {
     ConfigFile cfg;
     QDir storageDir(cfg.configPath());
-    storageDir.mkpath(QLatin1String("folders"));
     _folderConfigPath = cfg.configPath() + QLatin1String("folders");
 
     qDebug() << "* Setup folders from " << _folderConfigPath << "(migration)";