From 87f15456cb6235994243abed08bbaa10d995106f Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Wed, 8 Jul 2009 23:18:27 +1000 Subject: [PATCH] Fix the feature list for COMPOSE mode. --- muttator/content/compose/compose.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/muttator/content/compose/compose.js b/muttator/content/compose/compose.js index 3a6dd2f8..aab454fe 100644 --- a/muttator/content/compose/compose.js +++ b/muttator/content/compose/compose.js @@ -32,7 +32,7 @@ function Compose() //{{{ ////////////////////// PRIVATE SECTION ///////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////{{{ - this.features = ["addressbook"]; // the composer has no special features + config.features = ["addressbook"]; // the composer has no special features var stateListener = { QueryInterface: function (id)