mu/lib: merge mu-contacts.h => mu-contacts.hh

This commit is contained in:
Dirk-Jan C. Binnema
2019-07-12 15:02:40 +03:00
parent 848b888573
commit 125176d397
8 changed files with 59 additions and 82 deletions

View File

@ -27,7 +27,7 @@
#include "mu-util.h"
#include "mu-str.h"
#include "mu-date.h"
#include "mu-contacts.h"
#include "mu-contacts.hh"
#include "mu-runtime.h"
/**

View File

@ -51,7 +51,7 @@
#include "mu-index.h"
#include "mu-store.h"
#include "mu-msg-part.h"
#include "mu-contacts.h"
#include "mu-contacts.hh"
/* signal handling *****************************************************/
/*

View File

@ -35,7 +35,7 @@
#include "mu-str.h"
#include "mu-date.h"
#include "mu-maildir.h"
#include "mu-contacts.h"
#include "mu-contacts.hh"
#include "mu-runtime.h"
#include "mu-flags.h"
#include "mu-store.h"
@ -583,7 +583,6 @@ with_store (store_func func, MuConfig *opts, gboolean read_only,
else
store = mu_store_new_writable
(mu_runtime_path(MU_RUNTIME_PATH_XAPIANDB),
mu_runtime_path(MU_RUNTIME_PATH_CONTACTS),
opts->rebuild, err);
if (!store)
return MU_G_ERROR_CODE(err);