]> git.deb.at Git - pkg/abook.git/blob - README
Imported Upstream version 0.4.16
[pkg/abook.git] / README
1
2  ABOOK by JH <jheinonen@users.sourceforge.net>
3  -----
4
5 Abook is an addressbook program with mutt mail client support.
6
7 COMPILATION
8
9 To compile abook you must have ncurses developement libraries installed.
10 Starting from version 0.4.10 abook is know to compile with the native curses
11 library of SUN Solaris and OpenBSD.
12
13 If you compile with --enable-debug flag you should run abook like this:
14 abook 2> debug or abook 2> /dev/null. Abook has been compiled and tested
15 successfully on following platforms: (NOTE: All versions of abook haven't
16 been tested on all platforms.)
17
18 Linux (Debian GNU/Linux 2.1/2.2, RedHat 6.x)
19 Solaris 2.4
20 Solaris 2.5
21 Solaris 2.6
22 FreeBSD 3.3 (newer versions should be OK)
23 OpenBSD
24 NetBSD (reportedly requires ncurses to work properly)
25 AIX 3.2.5
26 HPUX
27 Irix 6.5
28 DEC alpha ?
29 GNU/Hurd
30
31 INSTALLATION
32
33 See INSTALL for detailed instructions.
34
35 If you want to use abook with mutt you should add following lines to your
36 ~/.muttrc or to the systemwide /etc/Muttrc file.
37
38 set query_command="abook --mutt-query '%s'"
39 macro pager A |'abook --add-email'\n
40
41 After this you can make queries from mutt using the query command ('Q')
42 and add sender e-mail addresses to the addressbook from pager using 'A'
43 command. (Of course you can choose another keybinding if you like.)
44
45 NOTES
46
47 If your language specific characters don't work correctly make sure
48 that your locale configuration has been done properly. (On Linux you
49 must set at least LC_CTYPE environment variable)
50
51 If you want to import a ldif file generated by abook in Netscape you
52 must use the extension ``.4ld''.
53
54 OBTAINING ABOOK
55
56 Get the latest version from http://abook.sourceforge.net/
57
58 LICENSE
59
60 All files in this distribution are released under GNU GENERAL PUBLIC LICENSE.
61 See COPYING for details.
62
63 CONTACT AUTHOR
64
65 Send bugreports, fixes, wishes etc. to Jaakko Heinonen
66 <jheinonen@users.sourceforge.net> or preferably use the mailing list. (See
67 http://abook.sourceforge.net/ for details)
68