]> git.deb.at Git - pkg/abook.git/blob - README
0.4.15pre2
[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 work)
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
30 INSTALLATION
31
32 See INSTALL for detailed instructions.
33
34 If you want to use abook with mutt you should add following lines to your
35 ~/.muttrc or to the systemwide /etc/Muttrc file.
36
37 set query_command="abook --mutt-query '%s'"
38 macro pager A |'abook --add-email'\n
39
40 After this you can make queries from mutt using the query command ('Q')
41 and add sender e-mail addresses to the addressbook from pager using 'A'
42 command. (Of course you can choose another keybinding if you like.)
43
44 NOTES
45
46 If your language specific characters don't work correctly make sure
47 that your locale configuration has been done properly. (On Linux you
48 must set at least LC_CTYPE environment variable)
49
50 If you want to import a ldif file generated by abook in Netscape you
51 must use the extension ``.4ld''.
52
53 OBTAINING ABOOK
54
55 Get the latest version from http://abook.sourceforge.net/
56
57 LICENSE
58
59 All files in this distribution are released under GNU GENERAL PUBLIC LICENSE.
60 See COPYING for details.
61
62 CONTACT AUTHOR
63
64 Send bugreports, fixes, wishes etc. to Jaakko Heinonen
65 <jheinonen@users.sourceforge.net> or preferably use the mailing list. (See
66 http://abook.sourceforge.net/ for details)
67