lib: rename contacts into contacts-cache

Plus dependents.
This commit is contained in:
Dirk-Jan C. Binnema
2022-02-19 22:08:54 +02:00
parent 39c45abc38
commit a82bd77d09
10 changed files with 137 additions and 138 deletions

View File

@ -42,7 +42,6 @@
#include "index/mu-indexer.hh"
#include "mu-store.hh"
#include "mu-msg-part.hh"
#include "mu-contacts.hh"
#include "utils/mu-str.h"
#include "utils/mu-utils.hh"
@ -523,7 +522,7 @@ Server::Private::contacts_handler(const Parameters& params)
auto rank{0};
Sexp::List contacts;
store().contacts().for_each([&](const ContactInfo& ci) {
store().contacts_cache().for_each([&](const ContactInfo& ci) {
rank++;
/* since the last time we got some contacts */