From bf6cc2f8b72893a5c52f7b5cf2c9cfebb21439bd Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 22 Jan 2012 15:40:14 -0600 Subject: add abook config --- abook/abookrc | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 abook/abookrc (limited to 'abook/abookrc') diff --git a/abook/abookrc b/abook/abookrc new file mode 100644 index 0000000..72cdd9c --- /dev/null +++ b/abook/abookrc @@ -0,0 +1,28 @@ +field aim = AIM +field irc = IRC, list +field twitter = Twitter +field birthday = Birthday, date + +field 2address = Address +field 2address2 = Address2 +field 2city = City +field 2state = State/Province +field 2zip = "ZIP/Postal Code" +field 2country = Country + +field textphone = Text + +view Contact = name, email, birthday +view Phone = mobile, textphone, phone, workphone +view Internet = irc, aim, twitter, url, nick +view Address = address, address2, city, state, zip, country +view Address2 = 2address, 2address2, 2city, 2state, 2zip, 2country +view Other = notes + +set index_format=" {name:15} {email:27} {mobile:12|phone|workphone} {birthday:10}" + +set preserve_fields=all +set show_all_emails=false +set www_command=firefox +set address_style=us +set sort_field=name -- cgit v1.2.3-54-g00ecf