[Evolution-hackers] Re: [Apologies] Can camel-mime-utils.[ch] be made public please?

2005-11-28 Thread Jules Colding
On Mon, 2005-11-28 at 13:59 +0100, Jules Colding wrote: Hi, camel-mime-utils.[ch] contains a *lot* of extremely useful utility functions for Camel providers but those functions are inaccessible for provider backends being developed outside the main tree. Other utility functions, such as

Re: [Evolution-hackers] camel_header_unfold()

2005-11-28 Thread Jules Colding
On Mon, 2005-11-28 at 15:10 +0100, Jules Colding wrote: *dst = *rfc822_header; if (!dst) break; That should be: *dst = *rfc822_header; if ('\0' == *dst) break; -- jules

Re: [Evolution-hackers] What do I do about missing data in the message summary?

2005-11-28 Thread Jeffrey Stedfast
actually, that's not true. date_sent is gotten from the MIME message headers (Date: header, fwiw). Jeff On Tue, 2005-11-22 at 14:56 +0100, Jules Colding wrote: On Tue, 2005-11-22 at 18:44 +0530, Parthasarathi Susarla wrote: On Tue, 2005-11-22 at 13:55 +0100, Jules Colding wrote: Hi,

Re: [Evolution-hackers] About evolution-data-server/libedataser and evolution/e-utils

2005-11-28 Thread Ross Burton
On Mon, 2005-11-28 at 11:23 -0500, Jeffrey Stedfast wrote: EAccount and EAccountList are private to Evolution app and should not be used inside e-d-s Would it be best to rename the e-account and e-account-list files/functions in e-d-s then, as they are used and there is obviously potential for

Re: [Evolution-hackers] I am confused about CamelMessageInfoBase.message_id

2005-11-28 Thread Jeffrey Stedfast
I believe it's the first 8 bytes of a 16-byte MD5 hash of the Message-Id (or it might be the second 8 bytes) You can check the code in camel-folder-summary.c to find out how to calculate it. Jeff On Fri, 2005-11-25 at 13:38 +0100, Jules Colding wrote: Hi, How do I populate this field? I can

[Evolution-hackers] Status of bug #255303 (was bug #55303)

2005-11-28 Thread Lee Revell
This bug is really driving me nuts: http://bugzilla.gnome.org/show_bug.cgi?id=255303 The Changelog (grep for bug 55303 not 255303) implies that it's fixed or at least worked around. But I can definitely confirm that it's not - switching folders always causes the scroll position to be reset to

Re: [Evolution-hackers] camel_header_unfold()

2005-11-28 Thread Jeffrey Stedfast
On Mon, 2005-11-28 at 15:10 +0100, Jules Colding wrote: Hi, Consider the camel_header_unfold() function: char * camel_header_unfold(const char *in) { char *out = g_malloc(strlen(in)+1); const char *inptr = in; char c, *o = out; o = out; while ((c =

Re: [Evolution-hackers] About evolution-data-server/libedataser and evolution/e-utils

2005-11-28 Thread Jeffrey Stedfast
what uses them? On Mon, 2005-11-28 at 16:30 +, Ross Burton wrote: On Mon, 2005-11-28 at 11:23 -0500, Jeffrey Stedfast wrote: EAccount and EAccountList are private to Evolution app and should not be used inside e-d-s Would it be best to rename the e-account and e-account-list

Re: [Evolution-hackers] About evolution-data-server/libedataser and evolution/e-utils

2005-11-28 Thread Ross Burton
On Mon, 2005-11-28 at 12:23 -0500, Jeffrey Stedfast wrote: what uses them? From a very rough grep: ./calendar/libedata-cal/e-cal-backend-util.c ./servers/exchange/storage/exchange-account.c Ross -- Ross Burton mail: [EMAIL PROTECTED]