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.
|
<b>Note:</b> If you don't wish to appear on this list when making a donation, please tell me.
|
||||||
|
|
||||||
2008:
|
2008:
|
||||||
|
* Nigel McNie
|
||||||
* Ben Damm
|
* Ben Damm
|
||||||
* Anton Kovalenko
|
* Anton Kovalenko
|
||||||
* Paulo Tanimoto
|
* Paulo Tanimoto
|
||||||
|
|||||||
@@ -261,7 +261,9 @@ liberator.Completion = function () //{{{
|
|||||||
//var res = "";// + util.objectToString(result) + "\n---\n";
|
//var res = "";// + util.objectToString(result) + "\n---\n";
|
||||||
//liberator.log(result.matchCount + " matches: " + result.searchResult);
|
//liberator.log(result.matchCount + " matches: " + result.searchResult);
|
||||||
var comp = [];
|
var comp = [];
|
||||||
urlResultsCache = result;
|
//if (result.searchResult == result.RESULT_SUCCESS)
|
||||||
|
// urlResultsCache = result;
|
||||||
|
|
||||||
for (var i = 0; i < result.matchCount; i++)
|
for (var i = 0; i < result.matchCount; i++)
|
||||||
{
|
{
|
||||||
comp.push([result.getValueAt(i), result.getCommentAt(i)]);
|
comp.push([result.getValueAt(i), result.getCommentAt(i)]);
|
||||||
|
|||||||
@@ -55,6 +55,8 @@ liberator.config = {
|
|||||||
function () { openAboutDialog(); }],
|
function () { openAboutDialog(); }],
|
||||||
["addons", "Manage Add-ons",
|
["addons", "Manage Add-ons",
|
||||||
function () { openAddonsMgr(); }],
|
function () { openAddonsMgr(); }],
|
||||||
|
["addressbook", "Address book",
|
||||||
|
function () { toAddressBook(); }],
|
||||||
["checkupdates", "Check for updates",
|
["checkupdates", "Check for updates",
|
||||||
function () { checkForUpdates(); }],
|
function () { checkForUpdates(); }],
|
||||||
/*["cleardata", "Clear private data",
|
/*["cleardata", "Clear private data",
|
||||||
|
|||||||
Reference in New Issue
Block a user