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 investigating.

is it not the MessageID field of the email?

> For KMail it seems there isn't anything to open it on a precise mail.
> 

beagle uses the following for kmail:

return new Uri (String.Format ("mbox:///{0}/{1}", fi.FullName, id));

where  id = mbox_parser.From;
and fi.FullName is thepath I think


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

_______________________________________________
tracker-list mailing list
tracker-list@gnome.org
http://mail.gnome.org/mailman/listinfo/tracker-list

Reply via email to