diff options
author | Matthew Lemon <lemon@x220.lan> | 2020-09-06 16:48:05 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@x220.lan> | 2020-09-06 16:48:05 +0100 |
commit | e4640e28c8449eea66392052bfab57ce0cdd27f9 (patch) | |
tree | 2be81b55bc37da60599f4e6d434e74a57694962e /abookrc |
first commit
Diffstat (limited to 'abookrc')
-rw-r--r-- | abookrc | 40 |
1 files changed, 40 insertions, 0 deletions
@@ -0,0 +1,40 @@ +# Automatically save database on exit +set autosave=true + +# Show all email addresses in list +set show_all_emails=true + +# frequently used values: +# -1 disabled +# phone Home Phone +# workphone Work Phone +# fax Fax +# mobile Mobile Phone +# nick Nickname/Alias +# url URL + +# Command used to start mutt +set mutt_command=mutt + +# 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=eu + +# use ASCII characters only +set use_ascii_only=false + +# Prevent double entry +set add_email_prevent_duplicates=false + +# field to be used with "sort by field" command +set sort_field=nick + +# show cursor in main display +set show_cursor=false + +set index_format=" {name:30} {mobile:20} {workphone:20} {email:35}" |