On 07.04.2011 13:14, Koessldorfer,Erich wrote:
- Generally it is a problem to enter names containing '<' character, because this is treated as html-tag then. The list of places where '<' does not work:
a) Settings -> Folders: drag and drop a folder containing '<' and the name will change. b) Settings -> Identiies -> Settings: fields "Display name" and "Company" c) Settings -> Identiies -> Signature: when changing from non html to html signature, all '<' disappear d) all contacts fields e) all search fields f) searching in folders containing a '<' is not possible
I was fixing some related issues, but it looks you're right about this.
- Currently you can only export contacts one by one. It would be nice if the user could choose to export all contacts or the selected ones only. On our system I realized this with a small submenu at the export button.
As I see Roundcube exports all contacts from selected address book and group.
- At Settings -> Folders: you cannot drag&drop a subfolder back to top level. You could allow dropping it on INBOX and make it top level then.
In new folder manager (0.5) you can move folder to root (not by drag&drop, but by setting parent folder to None).
- I think there is an error in "./program/js/app.js.src", line 4625: $(current_li).removeClass('selected').removeClass('unfocused');
should be $(current_li).removeClass('selected').addClass('unfocused');
Yes, probably. I see, we're not using unfocused class on folders list in default skin.
You're right about the others. Open tickets, please.