forked from hhirsch/abook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBUGS
47 lines (33 loc) · 1.55 KB
/
BUGS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
known bugs in abook
* with certain terminals keyboard may not behave as expected - this is probably
a ncurses problem
* incompatible with some terminals
- 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" <[email protected]>
but the command "abook --mutt-query lastname" returns two email addresses
"Lastname Lastname, Firstname
Firstname" <[email protected]> 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
* mutt import filter imports only first e-mail address
* fseek in ldif import filter should be eliminated
$Id$