1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 04:07:58 +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

@@ -824,6 +824,7 @@ const liberator = (function () //{{{
if (liberator.has("marks")) { log("marks"); liberator.marks = liberator.Marks(); }
if (liberator.has("quickmarks")) { log("quickmarks"); liberator.quickmarks = liberator.QuickMarks(); }
if (liberator.has("hints")) { log("hints"); liberator.hints = liberator.Hints(); }
if (liberator.has("addressbook") && liberator.Addressbook) { log("addressbook"); liberator.addressbook = liberator.Addressbook(); }
liberator.log("All modules loaded", 3);