> >Here is an extract of my configured variables. Check that you have
> >them
> >set somewhat like this:
> >
> >view CONTACT = name, email, title, notes, nicki
> >view ADDRESS = address_lines, city, state, zip, country
> >view PHONE = phone, workphone, mobile, fax
> >view OTHER = url, birthday
> >set autosave=true
> >set preserve_fields=all
> >set show_all_emails=true
> >set index_format=" {name:25} {email:30} {nick:5} {workphone:-12}
> >{mobile:-12} {title:20} {notes} "
> >set mutt_command=mutt
> >set mutt_return_all_emails=true
> >set print_command=lpr
> >set www_command=lynx
> >set address_style=eu
> >set use_ascii_only=false
> >set add_email_prevent_duplicates=true
> >set sort_field=nick
> >set show_cursor=true
> >
> >
> >Jostein
> >
> >
> I tried those settings but they generate more errors.
> The "view" lines give "unknown token view" errors.
> The "preserve_fields=" and "set index_format=" lines give "unknown option"
> errors.
>
> What version of abook are you using? Also, where did you find the
> documentation for these options? I can't find mention of them anywhere.
>
There was an error in the first line in the config file. This should be
instead:
view CONTACT = name, email, title, notes, nick
I use new most recent version abook-0.6.0pre2. I guess you need this to
get the 2 options above included. The documentation for the options are
in the abookrc file above each option.
http://abook.sourceforge.net/devel/abook-0.6.0pre2.tar.gz
Jostein