]> git.deb.at Git - pkg/abook.git/blob - BUGS
Imported Upstream version 0.5.6+cvs1
[pkg/abook.git] / BUGS
1 known bugs in abook
2
3 * with certain terminals keyboard may not behave as expected - this is probably
4   a ncurses problem
5 * incompatible with some terminals
6   - there seems to be problems with some (old?) gnome-terminal versions -
7     gnome-terminal bug?
8 * some keys may cause readline to crash - this is a readline (4.3) problem
9   - there is a fix available for readline:
10     ftp://ftp.gnu.org/gnu/readline/readline-4.3-patches/readline43-001
11
12 * cursor disappears in some cases with abook_readline() on Solaris. If
13   you have problems it is recommended to use the ncurses library
14
15 * terminal state is not restored correctly on exit with certain ncurses and
16   readline combination (more information is needed on this)
17
18 * file format is not tolerant for character set changes
19
20 --
21 [25]
22 name=Lastname, Firstname
23 email="Lastname, Firstname" <firstname.lastname@example.com>
24
25 but the command "abook --mutt-query lastname" returns two email addresses
26
27 "Lastname       Lastname, Firstname
28 Firstname" <firstname.lastname@example.com>     Lastname, Firstname
29
30 In other words, the mutt-query doesn't treat the comma as protected by the
31 quotes, although the conversion from pine format did.
32 --
33
34 Filters:
35 * mutt / elm / pine export filters allow to create a file with duplicate
36   aliases
37
38 * mutt import filter imports only first e-mail address
39
40 * fseek in ldif import filter should be eliminated
41
42 $Id: BUGS,v 1.17 2006/08/08 06:21:47 jheinonen Exp $