# ~/.abook/abookrc

# sample abook configuration file
# see abookrc(5) for detailed explanation

# Automatically save database on exit
set autosave=true

# Show all email addresses in list
set show_all_emails=true

# Screen column for email field to start
set emailpos=25

# Field to be used in the extra column
set extra_column=nick
# frequently used values:
#	-1		disabled
#	phone		Home Phone
#	workphone	Work Phone
#	fax		Fax
#	mobile		Mobile Phone
#	nick		Nick / Alias
#	url		URL

# Specify an alternative field to be displayed in the extra
# column if there is no data for the field specified in
# extra_column for a particular item.  
set extra_alternative=url

# Screen column for the extra field to start
set extrapos=65

# Command used to start mutt
set mutt_command=mutt

# Return all email addresses to a mutt query
set mutt_return_all_emails=true

# Command used to print
set print_command=lpr

# Command used to start the web browser
set www_command=w3m

# address style [eu|us|uk]
set address_style=us

# use ASCII characters only
set use_ascii_only=true

set add_email_prevent_duplicates=false

# field to be used with "sort by field" command
set sort_field=nick
