﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1486300	errormoving message pops away too fast	iezzip		"If a user tries to move a message (or multiple messages) to another mailbox and the move fails (e.g. due to over quota), RC displays the following message: {{{$messages['errormoving'] = 'Could not move the message';}}}

invoked in program/steps/mail/move_del.inc:

{{{
    if (!$moved) {
        // send error message
        if ($_POST['_from'] != 'show')
          $OUTPUT->command('list_mailbox');
        $OUTPUT->show_message('errormoving', 'error');
        $OUTPUT->send();
        exit;
    }
}}}

The message just shows up for a fraction of a second and the user usually is not able to read it at all. (well, I could, but I'm not sleeping)
The message list gets reloaded right away and the message is gone. Is there a way to keep the message longer alive?

(referring to ticket #1486299)"	Bugs	closed	4	0.4-stable	User Interface	0.3.1	normal	fixed		
