Skip to content

nyov/abook

This branch is 1 commit ahead of cminyard/abook:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 29, 2019
8d42805 · Nov 29, 2019
Jan 20, 2013
May 5, 2012
Nov 27, 2013
Nov 27, 2013
May 5, 2012
Sep 1, 2006
Jan 2, 2013
Nov 29, 2019
Mar 12, 2001
Aug 11, 2015
Feb 28, 2005
Nov 27, 2013
Jan 20, 2013
Jan 31, 2019
Jul 29, 2005
Oct 24, 2012
Aug 11, 2015
Jan 2, 2013
Aug 26, 2006
Jan 31, 2019
Nov 29, 2019
Oct 24, 2012
Sep 25, 2005
Mar 12, 2001
Nov 29, 2019
Sep 23, 2005
Jun 13, 2016
Mar 11, 2002
Jan 31, 2019
May 5, 2012
Nov 27, 2013
Jan 31, 2019
May 5, 2012
Nov 27, 2013
Jan 31, 2019
Jun 13, 2016
Nov 29, 2019
Sep 28, 2015
Nov 27, 2013
Nov 29, 2019
Jul 22, 2010
Nov 29, 2019
Sep 25, 2015
Jan 31, 2019
Oct 2, 2001
Jul 29, 2005
Feb 5, 2002
Jul 29, 2005
Apr 10, 2006
Sep 7, 2006
Oct 24, 2012
Nov 27, 2013
Nov 29, 2019
Mar 12, 2001
Nov 29, 2019
Apr 18, 2013
Sep 10, 2005
Jan 26, 2004
Nov 29, 2019
May 5, 2012
Nov 27, 2013
Nov 27, 2013
Nov 29, 2019
Apr 18, 2013
May 5, 2012
Mar 12, 2001
Nov 29, 2019
Oct 24, 2012
Jan 20, 2013
Dec 3, 2012
Nov 29, 2019
Oct 25, 2005
Nov 29, 2019
Oct 18, 2005

Repository files navigation

 ABOOK by JH <jheinonen@users.sourceforge.net>
 -----

Abook is an addressbook program with mutt mail client support.

COMPILATION

To compile abook you must have ncurses development libraries installed.
Starting from version 0.4.10 abook is known to compile with the native curses
library of SUN Solaris and OpenBSD. Since version 0.5.0 GNU readline is
required. Please note that other readline implementations don't work.

If you compile with --enable-debug flag you should redirect standard error
to somewhere. (for example abook 2> debug or abook 2> /dev/null) Abook has
been compiled and tested successfully on following platforms:
(NOTE: All versions of abook haven't been tested on all platforms.)

Linux (distributions with moderately new GNU ncurses and GNU readline libraries
       should work)
Darwin
Solaris
FreeBSD
OpenBSD
NetBSD
GNU/Hurd
AIX 3.2.5
HPUX
Irix 6.5
DEC alpha ?

INSTALLATION

See INSTALL for detailed instructions.

If you want to use abook with mutt you should add following lines to your
~/.muttrc or to the systemwide /etc/Muttrc file.

set query_command="abook --mutt-query '%s'"
macro pager A |'abook --add-email'\n

After this you can make queries from mutt using the query command ('Q')
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 recommended to set pipe_decode variable in mutt configuration.
See the mutt manual for details.

Abook can also convert from/to mutt alias files and a number of other formats.
Mutt groups are fully supported.

UPGRADING FROM VERSION 0.5

See RELEASE_NOTES .

UPGRADING FROM VERSION 0.4

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

If your language specific characters don't work correctly make sure
that your locale configuration has been done properly. (On Linux you
must set at least LC_CTYPE environment variable)

If you want to import a ldif file generated by abook in Netscape you
must use the extension ``.4ld''.

OBTAINING ABOOK

Get the latest version from http://abook.sourceforge.net/

LICENSE

All files in this distribution are released under GNU GENERAL PUBLIC LICENSE.
See COPYING for details.

CONTACT AUTHORS

Send bugreports, fixes, wishes etc. to abook mailing list:
https://lists.sourceforge.net/lists/listinfo/abook-devel

Packages

No packages published

Languages

  • C 50.1%
  • M4 29.3%
  • Shell 12.2%
  • Makefile 6.2%
  • Roff 2.1%
  • sed 0.1%