Skip to content

Instantly share code, notes, and snippets.

@satyr
Created April 22, 2009 12:57
Show Gist options
  • Save satyr/99777 to your computer and use it in GitHub Desktop.
Save satyr/99777 to your computer and use it in GitHub Desktop.
CmdUtils.CreateCommand({
name: 'email-shortcut-sample',
takes: {message: noun_arb_text},
description:
'http://getsatisfaction.com/mozilla/topics/email_to_a_predefined_address',
execute: function(dob){
(Utils.currentChromeWindow
.gUbiquity.__cmdManager.__cmdSource.getCommand('email')
.execute(context, dob, {to: {text: '[email protected]'}}));
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment