dotfiles/.config/khard/khard.conf

68 lines
2.2 KiB
Plaintext

# ############## #
# khard config #
# ############## #
[addressbooks]
[[potes]]
path = ~/.vdirsyncer/contacts/e0b8b1bd-bd84-44c4-9ddf-19426b06103b
[[mif]]
path=~/.vdirsyncer/contacts/4aa55f78-e37f-4c67-869c-fdf9bb365b51
[[admin]]
path=~/.vdirsyncer/contacts/31bb6d1a-c8fb-47a8-ac74-6be769593140
[[batuk]]
path=~/.vdirsyncer/contacts/83833105-b7e2-47be-a5bb-065b3458da37
[[sphere2]]
path=~/.vdirsyncer/contacts/b643c914-bc15-4c13-acca-1373174051a6
[[archive]]
path=~/.vdirsyncer/contacts/cd87a04f-e754-40b4-8820-007eb163732d
[[cours]]
path=~/.vdirsyncer/contacts/e32988de-8511-419e-b560-edf51fb8b69f
[[pro]]
path=~/.vdirsyncer/contacts/fee16c68-2eff-4e1b-a045-30c0194291a7
[general]
debug = no
default_action = list
# These are either strings or comma seperated lists
editor = vim, -i, NONE
merge_editor = vimdiff
[contact table]
# display names by first or last name: first_name / last_name / formatted_name
display = first_name
# group by address book: yes / no
group_by_addressbook = yes
# 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 / formatted_name
sort = last_name
# localize dates: yes / no
localize_dates = yes
# set a comma separated list of preferred phone number types in descending priority
# or nothing for non-filtered alphabetical order
preferred_phone_number_type = pref, cell, home
# set a comma separated list of preferred email address types in descending priority
# or nothing for non-filtered alphabetical order
preferred_email_address_type = pref, work, home
[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
# default: , (the empty list)
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