@ -230,7 +230,6 @@ function rcube_webmail()
this . message _list
this . message _list
. addEventListener ( 'initrow' , function ( o ) { ref . init _message _row ( o ) ; } )
. addEventListener ( 'initrow' , function ( o ) { ref . init _message _row ( o ) ; } )
. addEventListener ( 'dblclick' , function ( o ) { ref . msglist _dbl _click ( o ) ; } )
. addEventListener ( 'dblclick' , function ( o ) { ref . msglist _dbl _click ( o ) ; } )
. addEventListener ( 'click' , function ( o ) { ref . msglist _click ( o ) ; } )
. addEventListener ( 'keypress' , function ( o ) { ref . msglist _keypress ( o ) ; } )
. addEventListener ( 'keypress' , function ( o ) { ref . msglist _keypress ( o ) ; } )
. addEventListener ( 'select' , function ( o ) { ref . msglist _select ( o ) ; } )
. addEventListener ( 'select' , function ( o ) { ref . msglist _select ( o ) ; } )
. addEventListener ( 'dragstart' , function ( o ) { ref . drag _start ( o ) ; } )
. addEventListener ( 'dragstart' , function ( o ) { ref . drag _start ( o ) ; } )
@ -1853,25 +1852,6 @@ function rcube_webmail()
this . show _contentframe ( false ) ;
this . show _contentframe ( false ) ;
} ;
} ;
// This allow as to re-select selected message and display it in preview frame
this . msglist _click = function ( list )
{
if ( list . multi _selecting || ! this . env . contentframe )
return ;
if ( ! list . get _single _selection ( ) )
return ;
var win = this . get _frame _window ( this . env . contentframe ) ;
if ( win && win . location . href . indexOf ( this . env . blankpage ) >= 0 ) {
if ( this . preview _timer )
clearTimeout ( this . preview _timer ) ;
this . preview _timer = setTimeout ( function ( ) { ref . msglist _get _preview ( ) ; } , list . dblclick _time ) ;
}
} ;
this . msglist _dbl _click = function ( list )
this . msglist _dbl _click = function ( list )
{
{
if ( this . preview _timer )
if ( this . preview _timer )