On Sat, 2007-07-14 at 01:04 +0800, jerry tan wrote: > Nice enhancement. > > Have now updated the GUI to use a sidebar instead of tabs > > > > There are still a few things left to do before releasing 0.6 : > > > > 1) Get all the other services in t-s-t (chat logs, attachments and > > applications) > > > > 2) Fix the metadata tile to display metadata for emails as well as the > > missing services in (1) > > > I guess that when get metadata for email, it does not switch to email db.
yes its looking up the uri in the Files db hence the warnings - I will fix shortly > > btw: why we have 3 location to store DB, $HOME/.local, $HOME/.cache, > /var/tmp/.../ .local is used for non-expendable stuff like keywords and the metadata defs - this stuff should never be deleted .cache is used for the expendable indexes and expendable metadata that can be rebuilt if deleted (this is the purpose of the .cache - its more a permanent tmp directory than sys tmp but can be deleted if more diesk space is needed) the system tmp is used for short lived session data _______________________________________________ tracker-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tracker-list
