Re: [Tracker] Cleanup of sqlite files

2006-10-08 Thread Jamie McCracken
Laurent Aguerreche wrote: >> All the mbox files in that directory have no extension so it should be >> possible to pick them up. (and ignore default ones like Drafts and >> Unsent etc) > > So I propose a patch to recursively explore directories in Thunderbird's > mail folders, based on mork fil

Re: [Tracker] Cleanup of sqlite files

2006-10-06 Thread Laurent Aguerreche
Le vendredi 06 octobre 2006 à 00:58 +0100, Jamie McCracken a écrit : > Laurent Aguerreche wrote: > > Le vendredi 06 octobre 2006 à 00:26 +0100, Jamie McCracken a écrit : > >> Laurent Aguerreche wrote: > >>> Le jeudi 05 octobre 2006 à 11:02 +0100, Jamie McCracken a écrit : > Laurent Aguerreche

Re: [Tracker] Cleanup of sqlite files

2006-10-05 Thread Jamie McCracken
Laurent Aguerreche wrote: > Le vendredi 06 octobre 2006 à 00:26 +0100, Jamie McCracken a écrit : >> Laurent Aguerreche wrote: >>> Le jeudi 05 octobre 2006 à 11:02 +0100, Jamie McCracken a écrit : Laurent Aguerreche wrote: > I propose a patch that works for Evolution. Thast great

Re: [Tracker] Cleanup of sqlite files

2006-10-05 Thread Laurent Aguerreche
Le vendredi 06 octobre 2006 à 00:26 +0100, Jamie McCracken a écrit : > Laurent Aguerreche wrote: > > Le jeudi 05 octobre 2006 à 11:02 +0100, Jamie McCracken a écrit : > >> Laurent Aguerreche wrote: > >> > >>> I propose a patch that works for Evolution. > >> Thast great > >> > >> just one thing : >

Re: [Tracker] Cleanup of sqlite files

2006-10-05 Thread Jamie McCracken
Laurent Aguerreche wrote: > Le jeudi 05 octobre 2006 à 11:02 +0100, Jamie McCracken a écrit : >> Laurent Aguerreche wrote: >> >>> I propose a patch that works for Evolution. >> Thast great >> >> just one thing : >> >> could you add the uri field to the MailMessage struct please (we also >> dont ne

Re: [Tracker] Cleanup of sqlite files

2006-10-05 Thread Laurent Aguerreche
Le jeudi 05 octobre 2006 à 11:02 +0100, Jamie McCracken a écrit : > Laurent Aguerreche wrote: > > > > > I propose a patch that works for Evolution. > > Thast great > > just one thing : > > could you add the uri field to the MailMessage struct please (we also > dont need the ExtraFields stuff)

Re: [Tracker] Cleanup of sqlite files

2006-10-05 Thread Jamie McCracken
Laurent Aguerreche wrote: > > I propose a patch that works for Evolution. Thast great just one thing : could you add the uri field to the MailMessage struct please (we also dont need the ExtraFields stuff). > For Thunderbird, I can't currently figure out what "ID" in uris is... > I'm invest

Re: [Tracker] Cleanup of sqlite files

2006-10-04 Thread Mikkel Kamstrup Erlandsen
On Thu, 2006-10-05 at 04:13 +0200, Laurent Aguerreche wrote: > Le jeudi 05 octobre 2006 à 00:50 +0200, Laurent Aguerreche a écrit : > > Le mercredi 04 octobre 2006 à 23:39 +0100, Jamie McCracken a écrit : > > > Jamie McCracken wrote: > > > > Jamie McCracken wrote: > > > >> Laurent Aguerreche wrote:

Re: [Tracker] Cleanup of sqlite files

2006-10-04 Thread Laurent Aguerreche
Le jeudi 05 octobre 2006 à 00:50 +0200, Laurent Aguerreche a écrit : > Le mercredi 04 octobre 2006 à 23:39 +0100, Jamie McCracken a écrit : > > Jamie McCracken wrote: > > > Jamie McCracken wrote: > > >> Laurent Aguerreche wrote: > > >>> Le mercredi 04 octobre 2006 à 20:38 +0100, Jamie McCracken a é

Re: [Tracker] Cleanup of sqlite files

2006-10-04 Thread Laurent Aguerreche
Le mercredi 04 octobre 2006 à 23:39 +0100, Jamie McCracken a écrit : > Jamie McCracken wrote: > > Jamie McCracken wrote: > >> Laurent Aguerreche wrote: > >>> Le mercredi 04 octobre 2006 à 20:38 +0100, Jamie McCracken a écrit : > Laurent Aguerreche wrote: > > Hello, > > > > I propos

Re: [Tracker] Cleanup of sqlite files

2006-10-04 Thread Jamie McCracken
Jamie McCracken wrote: > Jamie McCracken wrote: >> Laurent Aguerreche wrote: >>> Le mercredi 04 octobre 2006 à 20:38 +0100, Jamie McCracken a écrit : Laurent Aguerreche wrote: > Hello, > > I propose a patch to cleanup sqlite files. > It also explicitly set SQlite databases to U

Re: [Tracker] Cleanup of sqlite files

2006-10-04 Thread Jamie McCracken
Jamie McCracken wrote: > Laurent Aguerreche wrote: >> Le mercredi 04 octobre 2006 à 20:38 +0100, Jamie McCracken a écrit : >>> Laurent Aguerreche wrote: Hello, I propose a patch to cleanup sqlite files. It also explicitly set SQlite databases to UTF-8 and replace a bad g_fr

Re: [Tracker] Cleanup of sqlite files

2006-10-04 Thread Jamie McCracken
Laurent Aguerreche wrote: > Le mercredi 04 octobre 2006 à 20:38 +0100, Jamie McCracken a écrit : >> Laurent Aguerreche wrote: >>> Hello, >>> >>> I propose a patch to cleanup sqlite files. >>> It also explicitly set SQlite databases to UTF-8 and replace a bad >>> g_free() to g_slice_free() in tracke

Re: [Tracker] Cleanup of sqlite files

2006-10-04 Thread Laurent Aguerreche
Le mercredi 04 octobre 2006 à 20:38 +0100, Jamie McCracken a écrit : > Laurent Aguerreche wrote: > > Hello, > > > > I propose a patch to cleanup sqlite files. > > It also explicitly set SQlite databases to UTF-8 and replace a bad > > g_free() to g_slice_free() in tracker_db_get_field_def(). > >

Re: [Tracker] Cleanup of sqlite files

2006-10-04 Thread Jamie McCracken
Laurent Aguerreche wrote: > Hello, > > I propose a patch to cleanup sqlite files. > It also explicitly set SQlite databases to UTF-8 and replace a bad > g_free() to g_slice_free() in tracker_db_get_field_def(). thanks have applied to cvs (please refrain from big code cleanups until after I have

[Tracker] Cleanup of sqlite files

2006-10-04 Thread Laurent Aguerreche
Hello, I propose a patch to cleanup sqlite files. It also explicitly set SQlite databases to UTF-8 and replace a bad g_free() to g_slice_free() in tracker_db_get_field_def(). Laurent. cleanup-of-sqlite-files.diff.gz Description: GNU Zip compressed data