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:
@@ -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(); }],
|
||||
|
||||
Reference in New Issue
Block a user