Re: [Evolution-hackers] [patch] fixed incorrect rfc2047 decode for CJKheader

2007-12-23 Thread Peter Volkov
similar problem in bug 315513. Thus this affects not only CJK people: http://bugzilla.gnome.org/show_bug.cgi?id=315513 -- Peter. signature.asc Description: Эта часть сообщения подписана цифровой подписью ___ Evolution-hackers mailing list Evolution

[Evolution-hackers] GDK Critical errors emitted

2007-09-23 Thread Peter
(evolution:12893): Gdk-CRITICAL **: gdk_window_get_origin: assertion `GDK_IS_WINDOW (window)' failed fff This error continues to be emitted constantly. glib 2.14.1 gtk+ 2.12.0 evo 2.12.0 Could this be caused by the WM? Enlightenment 0.16.8 cvs? -- Peter

[Evolution-hackers] gtk+ error with evo 2.11.90

2007-09-06 Thread Peter
(evolution:3842): Gdk-CRITICAL **: gdk_window_get_origin: assertion `GDK_IS_WINDOW (window)' failed fff The above error is emitted continually with evo 2.11.90 and glib 2.14.0 and gtk+ 2.11.6. This is not a crasher, just FYI. If this was repaired in .92, I apologize. -- Peter

[Evolution-hackers] Exchange OWA using Cookie Authorisation

2006-10-16 Thread Peter Newman
university to do the kb workaround so it looks like some hacking needs to be done. Any tips on where to start i.e. what cvs source branch or should I just request the functionality...? Regards Pete Peter Newman Library Systems and IT Coordinator Library and Information Access Charles Darwin

Re: [Evolution-hackers] Thanks and some more questions.

2006-08-04 Thread Peter Colijn
I'll wager a guess. If you allow UTC EXDATEs, then when the user changes their timezone it's a pain to convert the EXDATE into the new timezone due to DST. So in order to sidestep this headache, it's simply unsupported. I have no idea whether this guess is correct or not :P Have fun, Peter On 8

[Evolution-hackers] ECalBackend vs. ECalBackendSync

2006-07-31 Thread Peter Colijn
Suppose I am writing a new calendar backend. Which of these two interfaces is preferred? If I implement ECalBackendSync, will operations on the calendar cause the UI to block? Thanks! Peter ___ Evolution-hackers mailing list Evolution-hackers@gnome.org

Re: [Evolution-hackers] ECalBackend vs. ECalBackendSync

2006-07-31 Thread Peter Colijn
, am I writing any code to do redrawing, etc? I certainly hope not! Thanks! Peter ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers

Re: [Evolution-hackers] Displaying recurrent events in Evolution

2006-07-30 Thread Peter Colijn
Does your implementation of get_static_capabilities say that your calendar backend supports recurrences? Have fun, Peter On 7/30/06, Scott Herscher [EMAIL PROTECTED] wrote: Hey all. I'm trying to get recurrent events working, and while my recurrence rule looks fine, Evolution is only

Re: [Evolution-hackers] Creating objects in ECal

2006-07-26 Thread Peter Colijn
. BUT evolution usually does anyway, so you might want to try that just in case :P Hope that helps.. these are just shots in the dark; I haven't tried either of them myself. Have fun, Peter ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http

Re: [Evolution-hackers] Error while trying to obtain ESource list

2006-07-25 Thread Peter Colijn
, LIBGNOMEUI_MODULE, argc, argv, GNOME_PARAM_NONE); ESourceList *esourcelist = e_source_list_new(); g_free(esourcelist); return 0; } Have fun, Peter ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org

Re: [Evolution-hackers] Google Calendar sync

2006-04-26 Thread Peter Colijn
it by ear. Thanks! Peter ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers

Re: [Evolution-hackers] Google Calendar sync

2006-04-26 Thread Peter Colijn
accessible from OpenSync would be cool for syncing to Palms and such... Have fun, Peter ___ Evolution-hackers mailing list Evolution-hackers@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-hackers

[Evolution-hackers] Google Calendar sync

2006-04-21 Thread Peter Colijn
imagine things are quite different now. Is this something that could be done in an EPlugin? Or would I need to write a new calendar backend in C? Any pointers or tips as to the best way to do this would be appreciated. Thanks! Peter ___ Evolution-hackers

Re: [Evolution-hackers] building evolution-data-server against the already installed libdb

2006-03-05 Thread Peter Colijn
evolution to be compatible against multiple versions of bdb (a big maintenance burden for evolution) Maybe the bdb API is more stable these days so this no longer makes sense; I was under the impression it was still changing quite often. Have fun, Peter