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