diff options
author | Doug Kearns <dougkearns@gmail.com> | 2009-07-08 23:18:27 +1000 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2009-07-08 23:18:27 +1000 |
commit | 87f15456cb6235994243abed08bbaa10d995106f (patch) | |
tree | bf1eaf0146ead825cbbe9c5c78ec7c517f259eb3 | |
parent | e8f07f37d01d473fd1cf5706a480cdbdce7c503c (diff) | |
download | pentadactyl-87f15456cb6235994243abed08bbaa10d995106f.tar.gz |
Fix the feature list for COMPOSE mode.
-rw-r--r-- | muttator/content/compose/compose.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) |