On 02/08/10 20:29, 孤云独闲 wrote:
> tracker-sparql -q "SELECT ?s
> 
> WHERE { ?o nmo:to ?s ; nmo:messageSubject "Linux" . }

I see, this works for me:

tracker-sparql -q "SELECT ?s WHERE { ?o nmo:to ?s ; nmo:messageSubject
\"Meeting Friday\" . }"
Result: 1
  urn:uuid:0b31ef4e-36a6-0220-6cd7-1c22efae3d54

Do you have any emails in Tracker yet? You should see a list of emails
if you use this:

tracker-sparql -q "SELECT ?s nmo:messageSubject(?o) WHERE { ?o nmo:to ?s
. }"

-- 
Regards,
Martyn
_______________________________________________
tracker-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/tracker-list

Reply via email to