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