Thomas Bruederli
2014-09-16 1cb23c936832c4e524872ff73f593e58a2f90d9b
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) {