From 780604d7be77b7c8eabbb8d20587c63729f97386 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 17 Sep 2023 15:39:50 +0200 Subject: add khard config --- .config/khard/khard.conf | 49 ++++++++++++++++++++++++++++++++++++++++++++++++ .gitignore.d/event | 1 + 2 files changed, 50 insertions(+) create mode 100644 .config/khard/khard.conf diff --git a/.config/khard/khard.conf b/.config/khard/khard.conf new file mode 100644 index 0000000..cd26bb9 --- /dev/null +++ b/.config/khard/khard.conf @@ -0,0 +1,49 @@ +# example configuration file for khard version >= 0.11.0 +# place it under $HOME/.config/khard/khard.conf + +[addressbooks] +[[family]] +path = ~/.contacts/family/ +[[friends]] +path = ~/.contacts/friends/ +[[hmm]] +path = ~/.contacts/264e78ea-cf4c-4786-bb10-b514046f0c29/ +[[carddav]] +path = ~/.contacts/carddav/ +[[persons]] +path = ~/.contacts/persons.vcf/ + +[general] +debug = no +default_action = list +editor = nano +merge_editor = nano + +[contact table] +# display names by first or last name: first_name / last_name +display = first_name +# group by address book: yes / no +group_by_addressbook = no +# reverse table ordering: yes / no +reverse = no +# append nicknames to name column: yes / no +show_nicknames = no +# show uid table column: yes / no +show_uids = yes +# sort by first or last name: first_name / last_name +sort = last_name + +[vcard] +# extend contacts with your own private objects +# these objects are stored with a leading "X-" before the object name in the vcard files +# every object label may only contain letters, digits and the - character +# example: +# private_objects = Jabber, Skype, Twitter +private_objects = Jabber, Skype, Twitter +# preferred vcard version: 3.0 / 4.0 +preferred_version = 3.0 +# Look into source vcf files to speed up search queries: yes / no +search_in_source_files = no +# skip unparsable vcard files: yes / no +skip_unparsable = no + diff --git a/.gitignore.d/event b/.gitignore.d/event index d141bae..0451014 100644 --- a/.gitignore.d/event +++ b/.gitignore.d/event @@ -1,4 +1,5 @@ * !.config/khal/config +!.config/khard/khard.conf !.gitignore.d/vcsh !.vdirsyncer/config -- cgit v1.2.3