]> git.rmz.io Git - dotfiles.git/blob - khard/khard.conf
weechat/wee-slack: only highlight team-sgnss channel
[dotfiles.git] / khard / khard.conf
1 # example configuration file for khard version > 0.14.0
2 # place it under ~/.config/khard/khard.conf
3 # This file is parsed by the configobj library. The syntax is described at
4 # https://configobj.readthedocs.io/en/latest/configobj.html#the-config-file-format
5
6 [addressbooks]
7 [[contacts]]
8 path = ~/.local/share/contacts/mailfence
9
10 [general]
11 debug = no
12 default_action = list
13 # These are either strings or comma seperated lists
14 editor = vim, -i, NONE
15 merge_editor = vimdiff
16
17 [contact table]
18 # display names by first or last name: first_name / last_name / formatted_name
19 display = first_name
20 # group by address book: yes / no
21 group_by_addressbook = no
22 # reverse table ordering: yes / no
23 reverse = no
24 # append nicknames to name column: yes / no
25 show_nicknames = no
26 # show uid table column: yes / no
27 show_uids = yes
28 # sort by first or last name: first_name / last_name / formatted_name
29 sort = last_name
30 # localize dates: yes / no
31 localize_dates = yes
32 # set a comma separated list of preferred phone number types in descending priority
33 # or nothing for non-filtered alphabetical order
34 preferred_phone_number_type = pref, cell, home
35 # set a comma separated list of preferred email address types in descending priority
36 # or nothing for non-filtered alphabetical order
37 preferred_email_address_type = pref, work, home
38
39 [vcard]
40 # extend contacts with your own private objects
41 # these objects are stored with a leading "X-" before the object name in the vcard files
42 # every object label may only contain letters, digits and the - character
43 # example:
44 # private_objects = Jabber, Skype, Twitter
45 # default: , (the empty list)
46 private_objects = Jabber, Skype, Twitter
47 # preferred vcard version: 3.0 / 4.0
48 preferred_version = 4.0
49 # Look into source vcf files to speed up search queries: yes / no
50 search_in_source_files = no
51 # skip unparsable vcard files: yes / no
52 skip_unparsable = no
53