From 2355045dedc96274ca6b1c29612006e736b6f540 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Mon, 20 May 2013 04:32:52 -0400
Subject: [PATCH] Change Reply-All button label/title when mailing list is detected (#1488938)

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

diff --git a/program/js/app.js b/program/js/app.js
index b982724..1f0b954 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -1179,6 +1179,7 @@
       if (typeof cmd === 'string') {
         this.commands[cmd] = enable;
         this.set_button(cmd, (enable ? 'act' : 'pas'));
+        this.triggerEvent('enable-command', {command: cmd, status: enable});
       }
       // push array elements into commands array
       else {

--
Gitblit v1.9.1