From d58c39126f6e1754e29b6f3bbc01f0f6a3ea2581 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Mon, 02 Jun 2014 10:35:12 -0400
Subject: [PATCH] Some more improvemements on content structure, text representation and keyboard navigation within the mail view

---
 program/js/list.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/program/js/list.js b/program/js/list.js
index 0bf5d56..65d4a92 100644
--- a/program/js/list.js
+++ b/program/js/list.js
@@ -274,11 +274,10 @@
 
   this.rows = {};
   this.rowcount = 0;
+  this.last_selected = 0;
 
   if (sel)
     this.clear_selection();
-  else
-    this.last_selected = 0;
 
   // reset scroll position (in Opera)
   if (this.frame)

--
Gitblit v1.9.1