From bd7aad54b6310c8647c429711fb867236e71ea8c Mon Sep 17 00:00:00 2001 From: mxmehl Date: Tue, 6 Sep 2022 10:43:47 +0200 Subject: [PATCH] add foss address book --- khard/khard.conf | 3 ++- vdirsyncer/config | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/khard/khard.conf b/khard/khard.conf index fd6fa54..77fa755 100644 --- a/khard/khard.conf +++ b/khard/khard.conf @@ -4,6 +4,8 @@ [addressbooks] [[fsfe]] path = ~/.contacts/fsfe +[[foss]] +path = ~/.contacts/foss [general] debug = no @@ -38,4 +40,3 @@ preferred_version = 3.0 search_in_source_files = no # skip unparsable vcard files: yes / no skip_unparsable = no - diff --git a/vdirsyncer/config b/vdirsyncer/config index 3657c5e..dc36fba 100644 --- a/vdirsyncer/config +++ b/vdirsyncer/config @@ -23,7 +23,7 @@ b = "fsfe_remote" # You need to run `vdirsyncer discover` if new calendars/addressbooks are added # on the server. -collections = ["from a", "fsfe"] +collections = ["from a", "fsfe", "foss"] # Synchronize the "display name" property into a local file (~/.contacts/displayname). metadata = ["displayname"]