From f6420e9572d6f2620ba66d9c165d1c7b37cb412e Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 20 Jan 2014 08:19:22 +0000 Subject: [PATCH] Disable preview pre-loading until we get all the details worked out --- mail/js/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail/js/app.js b/mail/js/app.js index 2c07e445f2..f4bbefcbde 100644 --- a/mail/js/app.js +++ b/mail/js/app.js @@ -644,7 +644,8 @@ app.classes.mail = AppJS.extend( // Pre-load next email already so user gets it faster // Browser will cache the file for us 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) {