Skip to content

Commit

Permalink
Do not break out of outer loop when upgrading folders, continue instead
Browse files Browse the repository at this point in the history
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>

Remove awkward debug line a.k.a. whoops

Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
  • Loading branch information
DominiqueFuchs authored and backportbot[bot] committed Sep 16, 2020
1 parent c3b6d3f commit 0fe6f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/folderman.cpp
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ void FolderMan::setupFoldersHelper(QSettings &settings, AccountStatePtr account,
Folder *f = addFolderInternal(folderDefinition, account.data());
f->saveToSettings();

return;
continue;
}

// Migration: ._ files sometimes don't work
Expand Down

0 comments on commit 0fe6f07

Please sign in to comment.