~kris/dots

srice

srice/.config/abook/abookrc -rw-r--r-- 1.1 KiB
e98f3b03 — Kris Yotam chore: sync local state after restore (push updates, no pull) a month ago
                                                                                
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# abook configuration

# Automatically save database on exit
set autosave=true

# Format of entries displayed in list
set index_format=" {name:22} {email:40} {phone:16}"

# Show cursor in list
set show_cursor=true

# Command to use for sending mail
set mutt_command=neomutt
set print_command=lpr

# Use langstrings for field names
set use_langstrings=true

# Field to be used in langstrings
set address_style=eu

# Sort order
set sort_field=name

# Extra fields to track
field phone = Phone, string
field workphone = Work Phone, string
field mobile = Mobile, string
field address = Address, string
field city = City, string
field zip = Zip Code, string
field country = Country, string
field nick = Nickname, string
field url = URL, string
field notes = Notes, string
field anniversary = Anniversary, string
field birthday = Birthday, string

# View with custom fields
view CONTACT = name, email, nick
view ADDRESS = address, city, zip, country
view PHONE = phone, workphone, mobile
view OTHER = url, notes, birthday, anniversary

# Preserve fields not defined above
set preserve_fields=all

# Use ASCII langstrings
set use_langstrings=true