Re: [Tracker] Cleanup of sqlite files
- From: Laurent Aguerreche <laurent aguerreche free fr>
- To: Jamie McCracken <jamiemcc blueyonder co uk>
- Cc: Tracker List <tracker-list gnome org>
- Subject: Re: [Tracker] Cleanup of sqlite files
- Date: Thu, 05 Oct 2006 00:50:10 +0200
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 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 made the
release next week - just in case bugs/leaks get introduced)
Ok. :-)
Have you got anywhere with the Evolution and Thunderbird URI formats?
We need these before I can save the emails in the database
(otherwise the output data from tracker-search and rdf query will be
meaningless to end users)
I didn't do anything on that!
Where did you find this line: evolution email:///inbox/blah;uid=10 ?
I read evolution's manpage and --help in with command line but I didn't
find anything useful. So I am currently unable to open evolution on a
precise email.
also found this :
http://lists.ximian.com/pipermail/evolution-hackers/2005-February/005162.html
make sure to convert udi from hex to decimal for the uid
the following works on my machine:
evolution "email://local local/Inbox;uid=9874"
where uid = 2692 in hex in the inbox file.
for thunderbird found this in beagle:
uri = new Uri (String.Format ("email:///{0};id={1}", message.Path,
message.Id));
Thanks.
I've been able to open a evolution's mail so I think it will be
okay. :-)
Laurent.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]