X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Ftimers.cpp;h=88bbb3e2501a64bd5af2d82bf219d39db7aae325;hb=2b8ca7c8528a738a40d099e2cce5b974bc741699;hp=e95347ea74eee1db96f4e1ff4bdc74a62307620c;hpb=fae635defc8e7bf403e607ff5a3c52274240f9de;p=xestiaab%2F.git diff --git a/source/common/timers.cpp b/source/common/timers.cpp index e95347e..88bbb3e 100644 --- a/source/common/timers.cpp +++ b/source/common/timers.cpp @@ -423,13 +423,13 @@ void wxETagProcessTimer::ReloadAccounts(){ AccountDir = PrefData.accounts.GetAccountDirectory(i); AccountType = PrefData.accounts.GetAccountType(i); - + if (AccountDir.IsEmpty()){ continue; } - if (AccountType == wxT("Local") || AccountType == wxT("local")){ - continue; + if (AccountType != wxT("CardDAV") && AccountType != wxT("carddav")){ + continue; } AccountDir.Trim();