summaryrefslogtreecommitdiffstats
path: root/abookrc
diff options
context:
space:
mode:
Diffstat (limited to 'abookrc')
-rw-r--r--abookrc40
1 files changed, 40 insertions, 0 deletions
diff --git a/abookrc b/abookrc
new file mode 100644
index 0000000..3a595da
--- /dev/null
+++ b/abookrc
@@ -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}"