* mu-index: remove version check warning

This commit is contained in:
Dirk-Jan C. Binnema 2010-11-20 14:42:07 +02:00
parent de1deb4e80
commit 7f617e32f0
1 changed files with 0 additions and 3 deletions

View File

@ -289,9 +289,6 @@ mu_index_run (MuIndex *index, const char* path,
(MuMaildirWalkMsgCallback)on_run_maildir_msg,
(MuMaildirWalkDirCallback)on_run_maildir_dir,
&cb_data);
if (rv == MU_OK)
if (!mu_store_set_version (index->_xapian, MU_XAPIAN_DB_VERSION))
g_warning ("failed to set database version");
mu_store_flush (index->_xapian);