-abook v 0.4
+abook v 0.5
Abook is small and powerful addressbook program designed to use with mutt mail
client. Abook runs on Linux / FreeBSD and probably with small changes on other
* in X terminals keyboard may not behave as expected - this is probably
a ncurses problem
* incompatible with some terminals
+ - there seems to be some problems with some gnome-terminal versions -
+ gnome-terminal bug?
* mutt / elm / pine export filters allow to create a file with duplicate
aliases
-2002xxxx
+2003xxxx
- updated autoconf/automake
- updated man page
- pine import filter update
abook FAQ
~~~~~~~~~
+Q: Can I recall the old value in editor?
+
+A: Yes, use up arrow to recall the old value.
+
+
Q: How to query all addresses when I press 'Q' in mutt?
A: Type "all" to the prompt.
and add sender e-mail addresses to the addressbook from pager using 'A'
command. (Of course you can choose another keybinding if you like.)
+UPGRADING FROM VERSION 0.4
+
+You must import your abook 0.4 addressbook file because 0.5 uses different
+location to store the file.
+
NOTES
If your language specific characters don't work correctly make sure
.nh
.SH NAME
\fB$HOME/.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 .
.SH DESCRIPTION
This manual page documents briefly the
.B .abookrc
dnl abook configure.in
AC_INIT(abook.c)
-AM_INIT_AUTOMAKE(abook, 2002xxxx)
+AM_INIT_AUTOMAKE(abook, 2003xxxx)
AM_CONFIG_HEADER(config.h)
AC_DEFINE(HAVE_SNPRINTF, 0, [Define if snprintf is available.])