diff options
author | Doug Kearns <dougkearns@gmail.com> | 2009-07-07 21:37:41 +1000 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2009-07-07 21:37:41 +1000 |
commit | 4df207e6e514904c9b3794c09ebc6c9897cda5c4 (patch) | |
tree | 8468737a64be18f692e7b87879c5e697bdf8d8d4 /muttator | |
parent | 3a904b16d9eebb464a7f9ba88e79c456a45d7118 (diff) | |
download | pentadactyl-4df207e6e514904c9b3794c09ebc6c9897cda5c4.tar.gz |
Add some rudimentary extension related commands.
Adds :extadd, :extdelete, :extdisable, :extenable, :extensions.
Diffstat (limited to 'muttator')
-rw-r--r-- | muttator/content/addressbook.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/muttator/content/addressbook.js b/muttator/content/addressbook.js index 5907d8f1..fa50cd99 100644 --- a/muttator/content/addressbook.js +++ b/muttator/content/addressbook.js @@ -49,10 +49,7 @@ function Addressbook() //{{{ return ""; } - function getDirectoryFromURI(uri) - { - return rdf.GetResource(uri).QueryInterface(Ci.nsIAbDirectory); - } + function getDirectoryFromURI(uri) services.get("rdf").GetResource(uri).QueryInterface(Ci.nsIAbDirectory) /////////////////////////////////////////////////////////////////////////////}}} ////////////////////// OPTIONS ///////////////////////////////////////////////// |