I've tried various outfile formats and nothing seems to export any custom fields I've defined. I'm using 0.6.0pre2. Could this be implemented?
Here's my abookrc:
field bday = Birthday,date
field anniv = Anniversary,date
view CONTACT = name,email
view ADDRESS = address, address2, city, state, zip, country,
view PHONE = phone, workphone, fax, mobile,
view OTHER = bday,anniv,
#view Custom = custom1,custom2
set preserve_fields=all
set show_all_emails=false
set address_style=us
set sort_field=name
set index_format=" {name:32} {email:50} {phone:-12|workphone|mobile}"
Here's from the abook file:
[1]
name=last, first
bday=1979-05-06
anniv=2007-01-03
phone=xxx yyy zzzz
Thanks!
The allcsv format allow this (8fd8454f3e)
Finally fixed by adcff19