mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 23:58:00 +01:00
[muttator] :dialog addressbook
This commit is contained in:
1
Donators
1
Donators
@@ -2,6 +2,7 @@
|
||||
<b>Note:</b> If you don't wish to appear on this list when making a donation, please tell me.
|
||||
|
||||
2008:
|
||||
* Nigel McNie
|
||||
* Ben Damm
|
||||
* Anton Kovalenko
|
||||
* Paulo Tanimoto
|
||||
|
||||
@@ -261,7 +261,9 @@ liberator.Completion = function () //{{{
|
||||
//var res = "";// + util.objectToString(result) + "\n---\n";
|
||||
//liberator.log(result.matchCount + " matches: " + result.searchResult);
|
||||
var comp = [];
|
||||
urlResultsCache = result;
|
||||
//if (result.searchResult == result.RESULT_SUCCESS)
|
||||
// urlResultsCache = result;
|
||||
|
||||
for (var i = 0; i < result.matchCount; i++)
|
||||
{
|
||||
comp.push([result.getValueAt(i), result.getCommentAt(i)]);
|
||||
|
||||
@@ -55,6 +55,8 @@ liberator.config = {
|
||||
function () { openAboutDialog(); }],
|
||||
["addons", "Manage Add-ons",
|
||||
function () { openAddonsMgr(); }],
|
||||
["addressbook", "Address book",
|
||||
function () { toAddressBook(); }],
|
||||
["checkupdates", "Check for updates",
|
||||
function () { checkForUpdates(); }],
|
||||
/*["cleardata", "Clear private data",
|
||||
|
||||
Reference in New Issue
Block a user