Re: [Evolution-hackers] problem with ebook in Evo 1.4.6



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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]