Re: [Tracker] Cleanup of sqlite files



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));

--
Mr Jamie McCracken
http://jamiemcc.livejournal.com/




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