32 lines
827 B
Text
32 lines
827 B
Text
# example configuration file for khard version > 0.14.0
|
|
# place it under ~/.config/khard/khard.conf
|
|
# This file is parsed by the configobj library. The syntax is described at
|
|
# https://configobj.readthedocs.io/en/latest/configobj.html#the-config-file-format
|
|
|
|
[addressbooks]
|
|
[[default]]
|
|
path = ~/.contacts/default/
|
|
|
|
[general]
|
|
debug = yes
|
|
default_action = list
|
|
# These are either strings or comma seperated lists
|
|
editor = vim, -i, NONE
|
|
merge_editor = vimdiff
|
|
|
|
[contact table]
|
|
display = first_name
|
|
group_by_addressbook = no
|
|
reverse = no
|
|
show_nicknames = no
|
|
show_uids = yes
|
|
sort = last_name
|
|
localize_dates = yes
|
|
preferred_phone_number_type = pref, cell, home
|
|
preferred_email_address_type = pref, work, home
|
|
|
|
[vcard]
|
|
private_objects = Jabber, Skype, Twitter
|
|
preferred_version = 3.0
|
|
search_in_source_files = no
|
|
skip_unparsable = no
|