summaryrefslogtreecommitdiff
path: root/.config/khard/khard.conf
blob: cd26bb913d5e3c448c6ea2d8eea840dc3c106bde (plain)
  1. # example configuration file for khard version >= 0.11.0
  2. # place it under $HOME/.config/khard/khard.conf
  3. [addressbooks]
  4. [[family]]
  5. path = ~/.contacts/family/
  6. [[friends]]
  7. path = ~/.contacts/friends/
  8. [[hmm]]
  9. path = ~/.contacts/264e78ea-cf4c-4786-bb10-b514046f0c29/
  10. [[carddav]]
  11. path = ~/.contacts/carddav/
  12. [[persons]]
  13. path = ~/.contacts/persons.vcf/
  14. [general]
  15. debug = no
  16. default_action = list
  17. editor = nano
  18. merge_editor = nano
  19. [contact table]
  20. # display names by first or last name: first_name / last_name
  21. display = first_name
  22. # group by address book: yes / no
  23. group_by_addressbook = no
  24. # reverse table ordering: yes / no
  25. reverse = no
  26. # append nicknames to name column: yes / no
  27. show_nicknames = no
  28. # show uid table column: yes / no
  29. show_uids = yes
  30. # sort by first or last name: first_name / last_name
  31. sort = last_name
  32. [vcard]
  33. # extend contacts with your own private objects
  34. # these objects are stored with a leading "X-" before the object name in the vcard files
  35. # every object label may only contain letters, digits and the - character
  36. # example:
  37. # private_objects = Jabber, Skype, Twitter
  38. private_objects = Jabber, Skype, Twitter
  39. # preferred vcard version: 3.0 / 4.0
  40. preferred_version = 3.0
  41. # Look into source vcf files to speed up search queries: yes / no
  42. search_in_source_files = no
  43. # skip unparsable vcard files: yes / no
  44. skip_unparsable = no