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)
This commit is contained in:
Markus Goetz 2014-06-05 17:49:10 +02:00
parent 6dd248e527
commit fd4642d827

View file

@ -123,7 +123,6 @@ bool Folder::init()
MirallConfigFile cfgFile;
setIgnoredFiles();
if (Account *account = AccountManager::instance()->account()) {
account->credentials()->syncContextPreInit(_csync_ctx);
} else {