
2007-06-19 Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
		
		hit = g_object_new (OGS_TYPE_EMAIL_HIT, 
				    "category",       category, 
				    "mime-type",     "email", 
				    "name",           mh->subject, 
				    "folder", 	      mh->folder, 
				    "msgid", 	      mh->msgid,
				    "timestamp",      mh->timestamp,
				    "size",           mh->msize, 
				    "contact",        mh->sender ? mh->sender : "", 
				    "has_attachment", mh->has_attachment, 
				    "is_unread",      mh->is_unread, 
				    NULL)
	this weird hack seems to prevent osso-global-search from crashing in
				    g_utf_* functions
	FIXME: try to understand why

2007-06-13  Murray Cumming  <murrayc@murrayc.com>

	* src/ogs-email-plugin.c: (email_plugin_query): Pass the 
	OgsSearchContext instead of the osso_context_t to ogs_plugin_new_hit(), 
	avoiding a compiler warning, and probably avoiding a crash.

2007-06-03  Christian Kellner  <ckellner@openismus.com>

	* src/ogs-email-plugin.c: 
	* src/ogs-email.h:
	Get rid of the old code and port the new libmodest-dbus-client
	interface.

2007-05-18  Christian Kellner  <ckellner@openismus.com>

	* configure.in:
	Adjust to search for libmodest-dbus not the old email stuff.

2007-05-18  Christian Kellner  <ckellner@openismus.com>

	* src/ogs-email-plugin.c: 
	* src/ogs-email.h:
	Comment out a lot of old code to make the thing compile.
	Some very small cleanups were also made.

2005-03-07
	* version 0.1.1 
