* mu-cmd-server: add the 'contacts' command, which gives us the contacts (as

in mu-cfind)
This commit is contained in:
djcb
2012-06-18 18:02:59 +03:00
parent 3159d97105
commit 635e049ff7
3 changed files with 122 additions and 4 deletions

View File

@ -424,7 +424,7 @@ with_store (store_func func, MuConfig *opts, gboolean read_only,
store = mu_store_new_writable
(mu_runtime_path(MU_RUNTIME_PATH_XAPIANDB),
mu_runtime_path(MU_RUNTIME_PATH_CONTACTS),
opts->rebuild, err);
opts->my_addresses, opts->rebuild, err);
if (!store)
return MU_G_ERROR_CODE(err);
else {