# 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
