From a4a270be84051e70f3f3c56d347a724000b0b454 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Fri, 14 May 2010 10:24:13 -0400
Subject: [PATCH] - removed old code

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

diff --git a/program/js/app.js b/program/js/app.js
index 1019d10..235fc08 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -4859,8 +4859,6 @@
           // re-enable commands on move/delete error
           this.enable_command('reply', 'reply-all', 'forward', 'delete', 'mark', 'print', 'open', 'edit', 'viewsource', 'download', true);
         }
-        else if (this.message_list)
-          this.message_list.init();
         break;
 
       case 'purge':

--
Gitblit v1.9.1