diff options
author | Jonas Smedegaard <dr@jones.dk> | 2023-09-17 15:39:50 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2023-09-17 15:39:50 +0200 |
commit | 780604d7be77b7c8eabbb8d20587c63729f97386 (patch) | |
tree | fe48ffdcf86924c2595c829b63c3dfcdaf0b22b0 | |
parent | 1c186ff517391f452a5b9b9e415c9a70218a0c69 (diff) |
-rw-r--r-- | .config/khard/khard.conf | 49 | ||||
-rw-r--r-- | .gitignore.d/event | 1 |
2 files changed, 50 insertions, 0 deletions
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 |