X-Git-Url: https://git.deb.at/w?p=pkg%2Fabook.git;a=blobdiff_plain;f=BUGS;h=381bf0deab0182e8855497d74f68d5710386b080;hp=7ef77b85b467a4e1edf95e8a5bd5b2c1121ed9d6;hb=aa2211628a295b85990dbfd8af031d152b583f07;hpb=5b536f8ab04f16f8383ef01ddec36eae6d272b6f diff --git a/BUGS b/BUGS index 7ef77b8..381bf0d 100644 --- a/BUGS +++ b/BUGS @@ -1,14 +1,47 @@ known bugs in abook -* in X terminals keyboard may not behave as expected - this is probably +* with certain terminals keyboard may not behave as expected - this is probably a ncurses problem * incompatible with some terminals - - there seems to be some problems with some gnome-terminal versions - + - there seems to be problems with some (old?) gnome-terminal versions - gnome-terminal bug? +* some keys may cause readline to crash - this is a readline (4.3) problem + - there is a fix available for readline: + ftp://ftp.gnu.org/gnu/readline/readline-4.3-patches/readline43-001 +* cursor disappears in some cases with abook_readline() on Solaris. If + you have problems it is recommended to use the GNU ncurses library + +* terminal state is not restored correctly on exit with certain ncurses and + readline combination (more information is needed on this) + +* file format is not tolerant for character set changes + +* datafile is always removed and rewritten from scratch (symlinks don't work, + timestamp is always updated, comments are removed) + +* comma (,) is not allowed in lists and is converted to _ + +-- +[25] +name=Lastname, Firstname +email="Lastname, Firstname" + +but the command "abook --mutt-query lastname" returns two email addresses + +"Lastname Lastname, Firstname +Firstname" Lastname, Firstname + +In other words, the mutt-query doesn't treat the comma as protected by the +quotes, although the conversion from pine format did. +-- + +Filters: * mutt / elm / pine export filters allow to create a file with duplicate aliases -misc: -* Cursor disappears in some cases with abook_readline() on Solaris. If - you have problems it is recommended to use ncurses library +* mutt import filter imports only first e-mail address + +* fseek in ldif import filter should be eliminated + +$Id$