1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 05:12:28 +01:00

[muttator] new address book support, thanks a lot didi!

This commit is contained in:
Martin Stubenschrott
2008-06-02 12:24:48 +00:00
parent 4d3519c0a5
commit 20a672a961
5 changed files with 293 additions and 56 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"],
features: ["hints", "mail", "marks", "addressbook"],
guioptions: { m: ["mail-toolbar-menubar2"], T: ["mail-bar2"], f: ["folderPaneBox", "folderpane_splitter"], F: ["folderPaneHeader"] },
get browserModes() { return [liberator.modes.MESSAGE]; },