From 80d641dc9714f18eafd3ca4614e3e55464a313eb Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 8 Apr 2021 18:11:08 +0200 Subject: Include .me in find-* utils but exclude .me in list-* utils MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- list-organisation-contacts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'list-organisation-contacts.c') diff --git a/list-organisation-contacts.c b/list-organisation-contacts.c index 2e6ddae..3a7c039 100644 --- a/list-organisation-contacts.c +++ b/list-organisation-contacts.c @@ -31,7 +31,7 @@ main(int argc, char *argv[]) if (!user) eprintf("getpwuid: %s\n", errno ? strerror(errno) : "user does not exist"); - if (libcontacts_load_contacts(&contacts, user)) + if (libcontacts_load_contacts(&contacts, user, 0)) eprintf("libcontacts_load_contacts:"); for (i = 0; contacts[i]; i++) { if ((orgs = contacts[i]->organisations)) { -- cgit v1.2.3-70-g09d2