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 50 51 52 53 54 55 56 57 58 59 60 61 62
|
# 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=phone
# 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=-1
# 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=lynx
# address style [eu|us|uk]
set address_style=eu
# use ASCII characters only
set use_ascii_only=false
set add_email_prevent_duplicates=false
# field to be used with "sort by field" command
set sort_field=nick
# custom fields
#customfield 1 Name1
#customfield 2 Name2
#customfield 3 Name3
#customfield 4 Name4
#customfield 5 Name5
|