From 60f7bde7e10af2727e86faa3e027c1de43617161 Mon Sep 17 00:00:00 2001 From: "Christopher R. Nelson" Date: Thu, 11 May 2023 08:05:14 -0400 Subject: initial import --- .config/khard/khard.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 .config/khard/khard.conf (limited to '.config/khard/khard.conf') diff --git a/.config/khard/khard.conf b/.config/khard/khard.conf new file mode 100755 index 0000000..67c4dcf --- /dev/null +++ b/.config/khard/khard.conf @@ -0,0 +1,19 @@ +[addressbooks] +[[l_addressbook_local]] +path = ~/.addressbook/addressbook + +[general] +debug = no +default_action = list +editor = nvim, -i, NONE +merge_editor = vimdiff + +[contact table] +display = formatted_name +group_by_addressbook = no +show_nicknames = no +show_uids = no +sort = last_name + +[vcard] +skip_unparesable = yes -- cgit v1.2.3