From 0746d58fcebf1f259d5e4cac72833ea41b86410a Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Tue, 25 Sep 2012 09:39:40 +0200 Subject: Allow to mark/flag messages from full message view screen --- program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/js') diff --git a/program/js/app.js b/program/js/app.js index cf942e291..4d784e532 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -2447,7 +2447,7 @@ function rcube_webmail() // set message row status, class and icon this.set_message = function(uid, flag, status) { - var row = this.message_list.rows[uid]; + var row = this.message_list && this.message_list.rows[uid]; if (!row) return false; -- cgit v1.2.3