12345678910111213141516171819202122232425262728 |
- [addressbooks]
- [[personal]]
- path = ~/.local/share/dav/contacts/4acfb5ff-2f38-add1-7609-d711336c3522/
- [general]
- debug = no
- default_action = list
- # These are either strings or comma seperated lists
- editor = kak
- merge_editor = vimdiff
- [contact table]
- display = first_name
- group_by_addressbook = no
- reverse = no
- show_nicknames = yes
- show_uids = no
- sort = last_name
- localize_dates = yes
- preferred_phone_number_type = pref, cell, home
- preferred_email_address_type = pref, home, work
- [vcard]
- preferred_version = 3.0
- search_in_source_files = no
- skip_unparsable = no
|