dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

khard.conf (1610B)


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