+0.5.0
+ - tried to work around some problems with readline
+ - some documentation update
20030530
- updated autoconf/automake
- updated man page
- pine import filter update
-
20021008
- options.c rewritten (new mutt style rc file support)
- palmcsv export filter (Koenraad Heijlen)
- merged newtab patch by Sinan Kaan Yerli
- new option: add_email_prevent_duplicates
- bugfixes
-
2002-03-11
- readline support
- abook can be compiled with g++
- attempt to improve --datafile behavior
- html filter update (Morten Brix Pedersen)
- store rcfile and addressbook to .abook directory
-
2002-02-04
- use getopt to parse command line (also new options added)
- use strcoll instead of strcmp for sorting entries
- html filter fix
- bugfixes
+0.4.17
+ - fixed an annoying file creation bug
+
0.4.16
- use strcoll instead of strcmp for sorting entries
- html filter fix
and add sender e-mail addresses to the addressbook from pager using 'A'
command. (Of course you can choose another keybinding if you like.)
+It's also recommeded to set pipe_decode variable in mutt configuration.
+See the mutt manual for details.
+
UPGRADING FROM VERSION 0.4
-You must import your abook 0.4 addressbook file because 0.5 uses different
-location to store the file.
+You must import your abook 0.4 addressbook file because it is stored
+to a different location. Configuration file is now located to $HOME/.abook/
+directory and it's called abookrc . (without leading dot)
NOTES
.nh
.SH NAME
abook \- text-based address book program
+.SH WARNING
+This man page is not completely up to date.
.SH SYNOPSIS
.B abook
[ \fB--help\fP | \fB--datafile\fP <filename> | \fB--mutt-query\fP <string> | \fB--convert\fP <inputformat> <inputfile> <outputformat> <outputfile> | \fB--add-email\fP | \fB--add-email-quiet\fP ]
.TH ABOOKRC 5 "Jan 2, 2001"
.nh
.SH NAME
-\fB$HOME/.abookrc\fP \- configuration file for abook address book program
+\fB$HOME/.abook/abookrc\fP \- configuration file for abook address book program
.SH WARNING
This man page is not up to date with abook version 0.5. See sample.abookrc
for abookrc syntax. It can be found on http://abook.sourceforge.net/sample.abookrc .
+Since the version 0.5.0 abookrc is stored in $HOME/abook/.
.SH DESCRIPTION
This manual page documents briefly the
.B .abookrc
# Define the identity of the package.
PACKAGE=abook
- VERSION=20030530
+ VERSION=0.5.0preX
cat >>confdefs.h <<_ACEOF
dnl abook configure.in
AC_INIT(abook.c)
-AM_INIT_AUTOMAKE(abook, 20030530)
+AM_INIT_AUTOMAKE(abook, 0.5.0preX)
AM_CONFIG_HEADER(config.h)
AC_DEFINE(HAVE_SNPRINTF, 0, [Define if snprintf is available.])