b5b33afcd7
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
28 lines
673 B
Text
28 lines
673 B
Text
# example configuration file for khard version >= 0.11.0
|
|
# place it under $HOME/.config/khard/khard.conf
|
|
|
|
[addressbooks]
|
|
[[contacts]]
|
|
path = ~/.contacts
|
|
|
|
[general]
|
|
debug = no
|
|
default_action = list
|
|
editor = vim
|
|
merge_editor = vimdiff
|
|
|
|
[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
|
|
# localize dates: yes / no
|
|
localize_dates = yes
|