]> git.deb.at Git - pkg/abook.git/blob - BUGS
Upload 0.6.1-2 to unstable
[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 GNU 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 * datafile is always removed and rewritten from scratch (symlinks don't work,
21   timestamp is always updated, comments are removed)
22
23 * comma (,) is not allowed in lists and is converted to _
24
25 --
26 [25]
27 name=Lastname, Firstname
28 email="Lastname, Firstname" <firstname.lastname@example.com>
29
30 but the command "abook --mutt-query lastname" returns two email addresses
31
32 "Lastname       Lastname, Firstname
33 Firstname" <firstname.lastname@example.com>     Lastname, Firstname
34
35 In other words, the mutt-query doesn't treat the comma as protected by the
36 quotes, although the conversion from pine format did.
37 --
38
39 Filters:
40 * mutt / elm / pine export filters allow to create a file with duplicate
41   aliases
42
43 * mutt import filter imports only first e-mail address
44
45 * fseek in ldif import filter should be eliminated
46
47 $Id$