1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-21 22:35:45 +01:00

tab related mappings for muttator, thanks teramako

This commit is contained in:
Martin Stubenschrott
2008-06-02 14:20:28 +00:00
parent 20a672a961
commit e49aed94df
6 changed files with 314 additions and 238 deletions

View File

@@ -32,7 +32,7 @@ liberator.config = {
hostApplication: "Thunderbird", // TODO: can this be found out otherwise? gBrandBundle.getString("brandShortName");
/*** optional options, there are checked for existance and a fallback provided ***/
features: ["hints", "mail", "marks", "addressbook"],
features: ["hints", "mail", "marks", "addressbook", "tabs"],
guioptions: { m: ["mail-toolbar-menubar2"], T: ["mail-bar2"], f: ["folderPaneBox", "folderpane_splitter"], F: ["folderPaneHeader"] },
get browserModes() { return [liberator.modes.MESSAGE]; },
@@ -45,7 +45,7 @@ liberator.config = {
isComposeWindow: false,
dialogs: [
["about", "About Thunderbird", //XXX: Shredder ?
["about", "About Thunderbird",
function () { openAboutDialog(); }],
["addons", "Manage Add-ons",
function () { openAddonsMgr(); }],