* mu-cmd-server: add the 'contacts' command, which gives us the contacts (as
in mu-cfind)
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user