From fd4642d82755d5105bee4402c4bf8da23784b2fd Mon Sep 17 00:00:00 2001 From: Markus Goetz Date: Thu, 5 Jun 2014 17:49:10 +0200 Subject: [PATCH] Folder: Don't add ignored files on startup Before each sync is enough. (We could do it at startup only, but so far it is good to have it at each sync so we can easier see stuff in the log) --- src/mirall/folder.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mirall/folder.cpp b/src/mirall/folder.cpp index 72c0223ce7..7e7ebdfd84 100644 --- a/src/mirall/folder.cpp +++ b/src/mirall/folder.cpp @@ -123,7 +123,6 @@ bool Folder::init() MirallConfigFile cfgFile; - setIgnoredFiles(); if (Account *account = AccountManager::instance()->account()) { account->credentials()->syncContextPreInit(_csync_ctx); } else {