summaryrefslogtreecommitdiff
path: root/muttator/content/config.js
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2009-06-29 19:06:40 +1000
committerDoug Kearns <dougkearns@gmail.com>2009-06-29 19:22:09 +1000
commitf9ffc9138a4f42f1734dce94624caade3a81ba8a (patch)
tree011c3cc872746b26e46f69328712f97a9ee04068 /muttator/content/config.js
parent701f9ef494c9f540731091d9d6d6a282dc6c1c37 (diff)
downloadpentadactyl-f9ffc9138a4f42f1734dce94624caade3a81ba8a.tar.gz
Cleanup and add some documention.
Diffstat (limited to 'muttator/content/config.js')
-rw-r--r--muttator/content/config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/muttator/content/config.js b/muttator/content/config.js
index 13bc91f9..fd150ef6 100644
--- a/muttator/content/config.js
+++ b/muttator/content/config.js
@@ -30,6 +30,7 @@ const config = { //{{{
/*** required options, no checks done if they really exist, so be careful ***/
name: "Muttator",
hostApplication: "Thunderbird", // TODO: can this be found out otherwise? gBrandBundle.getString("brandShortName");
+ // Yes, but it will be localized unlike all other strings. So, it's best left until we i18n liberator. --djk
get mainWindowID() this.isComposeWindow ? "msgcomposeWindow" : "messengerWindow",
/*** optional options, there are checked for existence and a fallback provided ***/