id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
764,Add capabilities support for evo2-sync,dgollub,dfriedrich,"Capabilities support for evo2-sync actually should only consists of determining the version of evolution and reporting it via the OpenSync version interface:

{{{
        const char *evo2_version = magic_evo_determine_version_function();
        OSyncVersion *version = osync_version_new(error);
        osync_version_set_plugin(version, ""evo2-sync"");
        osync_version_set_softwareversion(version, evo2_version);

}}}

And write capabilities and description files for evo2-sync which fits the evolution capabilities.",task,new,normal,,Plugin: evolution,0.38,normal,,,
