MemoToo prefers vCard 2.1 over 3.0

git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@635 15ad00c4-1369-45f4-8270-35d70d36bdcd
This commit is contained in:
Patrick Ohly 2008-06-26 20:24:28 +00:00
parent ba9f3d05a0
commit 761756d566

View file

@ -184,6 +184,7 @@ boost::shared_ptr<EvolutionSyncConfig> EvolutionSyncConfig::createServerTemplate
config->setSyncURL("http://sync.memotoo.com/syncML");
source = config->getSyncSourceConfig("addressbook");
source->setURI("con");
source->setSourceType("addressbook:text/x-vcard");
source = config->getSyncSourceConfig("calendar");
source->setURI("cal");
source = config->getSyncSourceConfig("todo");