diff options
Diffstat (limited to 'muttator/content/config.js')
-rw-r--r-- | muttator/content/config.js | 1 |
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 ***/ |