Yes you can configure different URI to synchronize some categories of
Memotoo.
For example, set "uri = task.1234" where "1234" is the ID of the
category.
You can found the uriwith the IDs categories in this page:
https://www.memotoo.com/index.php?rub=infoSyncML
Thomas
Le 16/01/2011 14:13, Patrick Ohly a écrit :
On Sa, 2011-01-15 at 18:29 +0000, Michael Dietze wrote:
> Ok, from the command line I was able to figure out how to change the
> task list, which helped a lot. However I'm confused on the syntax for
> specifying multiple lists. Based on the config file it looks like
> something like the following should work where the lists are
> comma-separated
>
> syncevolution --configure --source-property
> evolutionsource=Work,Personal memotoo todo
>
> But then this gives the error
>
> [ERROR] todo: not found: 'Work,Personal'
>
> and neither is synced which suggests the code is interpreting this as
> one list named 'Work,Personal' rather than two
That's indeed what "evolutionsource" specifies. There is no way at the
moment how two local databases can be synchronized against a single URI
on the server side. There's an open issue about it [1], but we are far
from having any code for it.
Therefore my question to Thomas about exposing the different server-side
databases via different URIs. If that is possible, then it'll be
possible to configure "todo" and "todo-work" (or whatever you want
to
call it) and synchronize both.
[1]
http://bugs.meego.com/show_bug.cgi?id=685