On Wed, 22 Nov 2006 08:17:45 -0600, Matt Kaatman roundcube-dev@matt.kaatman.com wrote:
Do we have any goals before we release the next beta?
Maybe a feature freeze is in order to get a newer beta out?
Grabbing the head from SVN will probably never be bug free but I know I and many others are using it in a "production" environment which is never a great idea. If you are doing it this way, probably the best thing you can do is constantly grab the latest source.
Robin and any other devs are impressively responsive to fixing problems we find and discuss on here.
Maybe we should make a list of features that need to be finished before the next beta and once those are knocked out set a bug-scrub day or two where everyone combs over everything to find any remaining issues.
Like, when I click on an html link that's attached to my mail RC opens a new window with RC (the folder list). Very odd.
Another one is that the behavior when deleting a mail in the message list changed again. Before, when you deleted a message, the next one got selected, which doesn't happen now.
Trash and spam folders can't get emptied (empty botton is grey).
Configuration (at least sone things) don't get applied. Example, changing the interval in which drafts get saved. It's always in a default of 5 minutes (could this be realted to DB changes I haven't applied yet?)
Lic. Martín Marqués | SELECT 'mmarques' || Centro de Telemática | '@' || 'unl.edu.ar'; Universidad Nacional | DBA, Programador, del Litoral | Administrador
Lic. Martín Marqués | SELECT 'mmarques' || Centro de Telemática | '@' || 'unl.edu.ar'; Universidad Nacional | DBA, Programador, del Litoral | Administrador
Martin Marques wrote:
Another one is that the behavior when deleting a mail in the message list changed again. Before, when you deleted a message, the next one got selected, which doesn't happen now.
Try this and tell me if it breaks anything else:
--- program/js/app.js (revision 385) +++ program/js/app.js (working copy) @@ -3150,7 +3150,7 @@ case 'delete': case 'moveto': if (this.env.action=='show')
this.command('list');
this.command('nextmessage','',this);
break;
case 'list':
Robin
Doesn't work as expected.
On Wed, 22 Nov 2006 16:56:49 +0100, Robin Elfrink elfrink@introweb.nl wrote:
Martin Marques wrote:
Another one is that the behavior when deleting a mail in the message
list
changed again. Before, when you deleted a message, the next one got selected, which doesn't happen now.
Try this and tell me if it breaks anything else:
Index: program/js/app.js
--- program/js/app.js (revision 385) +++ program/js/app.js (working copy) @@ -3150,7 +3150,7 @@ case 'delete': case 'moveto': if (this.env.action=='show')
this.command('list');
this.command('nextmessage','',this); break; case 'list':
Robin
Lic. Martín Marqués | SELECT 'mmarques' || Centro de Telemática | '@' || 'unl.edu.ar'; Universidad Nacional | DBA, Programador, del Litoral | Administrador
On Wed, 22 Nov 2006 22:59:43 +0100, Robin Elfrink elfrink@introweb.nl wrote:
On 22-nov-2006, at 21:59, Martin Marques wrote:
Doesn't work as expected.
Damn.
OK, I found out what it changed (something had to change with the patch).
Now, when I delete a message that I'm viewing, I get passed to the next message and not to the message list. This is great, but IMHO it should be configurable per-user.
What I was trying to say is that when deleting messages from the message list the selection doesn't go to the next message.
Lic. Martín Marqués | SELECT 'mmarques' || Centro de Telemática | '@' || 'unl.edu.ar'; Universidad Nacional | DBA, Programador, del Litoral | Administrador
Martin Marques wrote:
What I was trying to say is that when deleting messages from the message list the selection doesn't go to the next message.
Ah, ok.
I thought you meant only in detailed view, because that's also what people here complained about :)
I'll look further but I do not have a lot of time until after the weekend.
Robin
Hi,
can't manage them too. Source 2) When i attach text file in thunderbird, it is displayed not as an attachement in roundcube.
Oleg.