Initialize with abook-0.6.0pre2
[abook.git] / BUGS
blob5e2fcbe3489da11a4842f4e6bc8b4278f812f5ad
1 known bugs in abook
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
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
15 * terminal state is not restored correctly on exit with certain ncurses and
16   readline combination (more information is needed on this)
18 * file format is not tolerant for character set changes
20 * datafile is always removed and rewritten from scratch (symlinks don't work,
21   timestamp is always updated, comments are removed)
23 * comma (,) is not allowed in lists and is converted to _
26 [25]
27 name=Lastname, Firstname
28 email="Lastname, Firstname" <firstname.lastname@example.com>
30 but the command "abook --mutt-query lastname" returns two email addresses
32 "Lastname       Lastname, Firstname
33 Firstname" <firstname.lastname@example.com>     Lastname, Firstname
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.
39 Filters:
40 * mutt / elm / pine export filters allow to create a file with duplicate
41   aliases
43 * mutt import filter imports only first e-mail address
45 * fseek in ldif import filter should be eliminated
47 $Id: BUGS,v 1.18 2006/08/24 09:46:08 jheinonen Exp $