blob: 9ab1870049e98123d6a48e5adcf0c819fa74114a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# vim: ft=confini
[addressbooks]
[[gmail]]
path = ~/.local/share/vdirsyncer/contacts/google/default/
[general]
default_action = list
editor = nvim, -i, NONE
merge_editor = vimdiff
[contact table]
display = formatted_name
sort = last_name
localize_dates = yes
preferred_email_address_type = pref, work, home
show_kinds = no
|