|
|
@ -889,7 +889,11 @@ function rcube_webmail()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
ref.printwin = window.open(this.env.comm_path+'&_action=print&_uid='+uid+'&_mbox='+urlencode(this.env.mailbox)+(this.env.safemode ? '&_safe=1' : ''));
|
|
|
|
ref.printwin = window.open(this.env.comm_path+'&_action=print&_uid='+uid+'&_mbox='+urlencode(this.env.mailbox)+(this.env.safemode ? '&_safe=1' : ''));
|
|
|
|
if (this.printwin)
|
|
|
|
if (this.printwin)
|
|
|
|
|
|
|
|
{
|
|
|
|
setTimeout(function(){ ref.printwin.focus(); }, 20);
|
|
|
|
setTimeout(function(){ ref.printwin.focus(); }, 20);
|
|
|
|
|
|
|
|
if (this.env.action != 'show')
|
|
|
|
|
|
|
|
this.toggle_read_status('read', [uid]);
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|