From 16aebd26bd45d2962e9c6a4152aa4d684f7ea3c8 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Mon, 19 Oct 2020 21:10:59 +0200 Subject: [PATCH] khard: Add config --- home/.config/khard/khard.conf | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 home/.config/khard/khard.conf diff --git a/home/.config/khard/khard.conf b/home/.config/khard/khard.conf new file mode 100644 index 0000000..4a7abec --- /dev/null +++ b/home/.config/khard/khard.conf @@ -0,0 +1,26 @@ +[addressbooks] +[[personal]] +path = ~/.contacts/d6abd3ea-3abd-7550-9f24-f06293d36a82/ + +[general] +debug = no +default_action = list +editor = nvim, -i, NONE +merge_editor = nvim, -d + +[contact table] +display = first_name +group_by_addressbook = no +reverse = no +show_nicknames = yes +show_uids = no +sort = last_name +localize_dates = yes +preferred_phone_number_type = pref, cell, home +preferred_email_address_type = pref, home, work + +[vcard] +private_objects = Jabber, +preferred_version = 3.0 +search_in_source_files = no +skip_unparsable = no