X-Git-Url: https://git.deb.at/w?p=pkg%2Fabook.git;a=blobdiff_plain;f=BUGS;h=381bf0deab0182e8855497d74f68d5710386b080;hp=ec3e6d0816af2ebd74baa22f38fb0932b28a62ed;hb=69a912c0db0ac135fff332db4f0b05ad9ed2eec6;hpb=baf1c7616dd0a5fa1bafde2045ac2af22d95122a diff --git a/BUGS b/BUGS index ec3e6d0..381bf0d 100644 --- a/BUGS +++ b/BUGS @@ -10,13 +10,32 @@ known bugs in abook 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 ncurses library + 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 @@ -25,8 +44,4 @@ Filters: * fseek in ldif import filter should be eliminated -Misc: -* crashes if compiled with tinycc bound checking. It's still unclear - if this is a bug in abook. (Valgrind doesn't show up anything.) - $Id$