On Mon, 2004-08-09 at 11:04 -0400, Hubert Figuiere wrote:
>
> static void import_ebook_opened_cb(EBook *book, EBookStatus status,
> gpointer data)
> {
> if (status != E_BOOK_STATUS_SUCCESS)
> {
> g_message("failed to open ebook\n");
> g_object_unref(book);
> return;
> }
> e_book_get_cursor(book, "", merge_get_cursor_cb, NULL);
This is your problem. That's an invalid query. If you're interested in
getting all cards in the book, pass the following:
(contains "x-evolution-any-field" "")
Chris
_______________________________________________
evolution-hackers maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution-hackers