From 1cb23c936832c4e524872ff73f593e58a2f90d9b Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Tue, 16 Sep 2014 15:10:26 -0400
Subject: [PATCH] Access list body through abstract property

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

diff --git a/program/js/app.js b/program/js/app.js
index 3ace0b0..2018cfb 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -2482,7 +2482,7 @@
   // expand all threads with unread children
   this.expand_unread = function()
   {
-    var r, tbody = this.gui_objects.messagelist.tBodies[0],
+    var r, tbody = this.message_list.tbody,
       new_row = tbody.firstChild;
 
     while (new_row) {

--
Gitblit v1.9.1