* mu-cmd-index: minor, cosmetic
This commit is contained in:
@ -59,10 +59,9 @@ mu_index_new (const char *xpath)
|
||||
* mu_index_run instead? */
|
||||
if (mu_util_db_is_empty (xpath))
|
||||
index->_needs_reindex = FALSE;
|
||||
else {
|
||||
else
|
||||
index->_needs_reindex =
|
||||
mu_util_db_version_up_to_date (xpath) ? FALSE : TRUE;
|
||||
}
|
||||
|
||||
return index;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user