blob: 00bbd61e0ddf818c20521f44e135023ee0edf1ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
[addressbooks]
[[family]]
path = ~/.contacts/family
[[friends]]
path = ~/.contacts/friends
[[cz.nic]]
path = ~/.contacts/cz.nic
[[school]]
path = ~/.contacts/school
[general]
debug = no
default_action = list
editor = vim
merge_editor = vimdiff
[contact table]
display = first_name
group_by_addressbook = yes
reverse = no
show_nicknames = yes
show_uids = yes
sort = last_name
localize_dates = yes
|