blob: a09ac7b25394f50dcefdd7f9eded9430c101d8ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
set use_mouse=true
set show_all_emails=true
set sort_field=nick
set address_style=eu
set use_ascii_only=false
set add_email_prevent_duplicates=false
set index_format="{name:32} │ {email:40} │ {phone:-20} │ {workphone:-20|mobile}"
set use_colors=true
set color_header_fg=black
set color_header_bg=white
set color_footer_fg=black
set color_footer_bg=white
set color_list_header_fg=white
set color_list_header_bg=blue
set color_list_even_fg=grey
set color_list_odd_fg=yellow
|