Re: [Tracker] Patch for Evolution

2007-07-01 Thread Laurent Aguerreche
Le dimanche 01 juillet 2007 à 03:02 +0200, Laurent Aguerreche a écrit : Le dimanche 01 juillet 2007 à 00:11 +0100, jamie a écrit : On Sun, 2007-05-13 at 19:48 +0200, Laurent Aguerreche wrote: Hello, I send a patch for Evolution. * indexing of more emails with imap. Some emails

Re: [Tracker] Handling arrays in XMP

2007-07-01 Thread jamie
On Sat, 2007-06-30 at 17:42 -0700, Jason Kivlighn wrote: 1) we do handle multiple value for some metadata but only where said metadata is defined as supporting multiple values eg like keywords Is it possible to extract multiple values from

Re: [Tracker] Any oustanding patches I have missed?

2007-07-01 Thread jamie
On Sun, 2007-07-01 at 02:48 +0200, Michael Biebl wrote: 2007/7/1, jamie [EMAIL PROTECTED]: Speak up now! I posted a patch some time ago, which cleanly splits the qdbm parts into a separate dir and private lib and also allows to link against the system qdbm library (same as I did for

Re: [Tracker] Segfault in email parsing

2007-07-01 Thread jamie
On Sun, 2007-07-01 at 13:19 +0200, Laurent Aguerreche wrote: Le samedi 30 juin 2007 à 20:44 -0700, Eric Lesh a écrit : Laurent Aguerreche [EMAIL PROTECTED] writes: I'm still getting this with current SVN, but won't be able to look at it closer until later tonight. It does happen with

Re: [Tracker] Patch for Evolution

2007-07-01 Thread jamie
On Sun, 2007-07-01 at 03:02 +0200, Laurent Aguerreche wrote: But I see a lot of errors about PRIMARY KEYS like : 01 jui 2007, 02:43:25:915 - Indexing /local/laguerre/.evolution/mail/imap/[EMAIL PROTECTED]/system with service Folders and mime Folder (new) 01 jui 2007, 02:43:25:916 -

Re: [Tracker] Segfault in email parsing

2007-07-01 Thread Laurent Aguerreche
Le dimanche 01 juillet 2007 à 06:23 -0700, Eric Lesh a écrit : Laurent Aguerreche [EMAIL PROTECTED] writes: I just sent a patch to add KMail service so please apply it but I think it won't fix the crash. (And I don't have any problems with JPEG attachments...) Didn't apply this yet

Re: [Tracker] Segfault in email parsing

2007-07-01 Thread Eric Lesh
jamie [EMAIL PROTECTED] writes: it sounds like its running out of file handles - if it does the db cannot be open and db things like store will become NULL and will probably crash best to run valgrind with it and report any bad problems and the number of open file descriptios that valgrind

Re: [Tracker] Patch for Evolution

2007-07-01 Thread jamie
On Sun, 2007-07-01 at 13:14 +0200, Laurent Aguerreche wrote: I forgot to send modifications in default.service for KMail. Patch attached. committed + changed KmailAttachments parent to EmailAttachments ___ tracker-list mailing list

Re: [Tracker] Segfault in email parsing

2007-07-01 Thread jamie
On Sun, 2007-07-01 at 07:29 -0700, Eric Lesh wrote: jamie [EMAIL PROTECTED] writes: looks like you are not running latest svn - pls retry if store is null it skips that email Hmm...I was running off of a patch that Laurent sent me. It appears to be the same patch as improved email

Re: [Tracker] Segfault in email parsing

2007-07-01 Thread Eric Lesh
Laurent Aguerreche [EMAIL PROTECTED] writes: I've found! In tracker-db-email.c, a variable (mail_store) was not initialised to NULL in tracker_db_email_get_mbox_details(). Plus we should use G_SLICE to allocate memory, so new code : [...] I do not send a patch because my code is too

Re: [Tracker] Segfault in email parsing

2007-07-01 Thread Laurent Aguerreche
Le dimanche 01 juillet 2007 à 15:39 +0100, jamie a écrit : On Sun, 2007-07-01 at 16:01 +0200, Laurent Aguerreche wrote: Le dimanche 01 juillet 2007 à 06:23 -0700, Eric Lesh a écrit : Laurent Aguerreche [EMAIL PROTECTED] writes: I just sent a patch to add KMail service so please

Re: [Tracker] Segfault in email parsing

2007-07-01 Thread Eric Lesh
jamie [EMAIL PROTECTED] writes: all patches have been applied - pls check out fresh copy or rebuild your bridge Sorry, looks like anonymous SVN lags slightly. It's now up to r610, which should be current? Eric ___ tracker-list mailing list

Re: [Tracker] Segfault in email parsing

2007-07-01 Thread jamie
On Sun, 2007-07-01 at 07:56 -0700, Eric Lesh wrote: jamie [EMAIL PROTECTED] writes: all patches have been applied - pls check out fresh copy or rebuild your bridge Sorry, looks like anonymous SVN lags slightly. It's now up to r610, which should be current? 610 is latest

Re: [Tracker] Segfault in email parsing

2007-07-01 Thread jamie
On Sun, 2007-07-01 at 07:56 -0700, Eric Lesh wrote: jamie [EMAIL PROTECTED] writes: all patches have been applied - pls check out fresh copy or rebuild your bridge Sorry, looks like anonymous SVN lags slightly. It's now up to r610, which should be current? correction 611 is - just

Re: [Tracker] [PATCH] Re: Extracting Embedded Licenses

2007-07-01 Thread Jason Kivlighn
On Sat, 2007-06-30 at 20:19 -0700, Jason Kivlighn wrote: these look ok - will apply as soon as the other stuff is tidied up (need tracker_read_xmp before I can apply these) Here's a patch that just adds tracker_read_xmp. It reads licenses and dublin core metadata from XMP,

Re: [Tracker] Handling arrays in XMP

2007-07-01 Thread Jon Phillips
On Sun, 2007-07-01 at 12:16 +0100, jamie wrote: On Sat, 2007-06-30 at 17:42 -0700, Jason Kivlighn wrote: 1) we do handle multiple value for some metadata but only where said metadata is defined as supporting multiple values eg like keywords