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