Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kamm <mail@ckamm.de>2016-11-22 18:12:28 +0300
committerChristian Kamm <mail@ckamm.de>2016-11-23 18:48:15 +0300
commitbea72419109ada4ea0e713b84365acbc1c24eb81 (patch)
treebbfd73d24c5d1340d5fdc784d17e63a9334919fc /src/gui/folderman.h
parent61b4da944c6d45332de3ebadbd6a80985719109a (diff)
Don't wipe each journal on each start
Diffstat (limited to 'src/gui/folderman.h')
-rw-r--r--src/gui/folderman.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/folderman.h b/src/gui/folderman.h
index 269fa2516..2e088c675 100644
--- a/src/gui/folderman.h
+++ b/src/gui/folderman.h
@@ -257,7 +257,9 @@ private:
/** Adds a new folder, does not add it to the account settings and
* does not set an account on the new folder.
*/
- Folder* addFolderInternal(FolderDefinition folderDefinition, AccountState* accountState);
+ Folder* addFolderInternal(FolderDefinition folderDefinition,
+ AccountState* accountState,
+ bool wipeJournal);
/* unloads a folder object, does not delete it */
void unloadFolder( Folder * );