3 * with certain terminals keyboard may not behave as expected - this is probably
5 * incompatible with some terminals
6 - there seems to be problems with some (old?) gnome-terminal versions -
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 _
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.
40 * mutt / elm / pine export filters allow to create a file with duplicate
43 * mutt import filter imports only first e-mail address
45 * fseek in ldif import filter should be eliminated