Disable preview pre-loading until we get all the details worked out

This commit is contained in:
Nathan Gray 2014-01-20 08:19:22 +00:00
parent 3418b002bf
commit f6420e9572

View File

@ -644,7 +644,8 @@ app.classes.mail = AppJS.extend(
// Pre-load next email already so user gets it faster // Pre-load next email already so user gets it faster
// Browser will cache the file for us // Browser will cache the file for us
var next = egw_getObjectManager('mail',false,1).getObjectById('nm').getFocusedObject().getNext(1); var next = egw_getObjectManager('mail',false,1).getObjectById('nm').getFocusedObject().getNext(1);
if(next && next.id) // Stop until we get all the details worked out - server marks as seen automatically
if(false && next && next.id)
{ {
if(this.preview_preload.timer != null) if(this.preview_preload.timer != null)
{ {