mu/lib: merge mu-contacts.h => mu-contacts.hh
This commit is contained in:
@ -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"
|
||||
|
||||
/**
|
||||
|
||||
@ -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 *****************************************************/
|
||||
/*
|
||||
|
||||
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user