Looks like the contacts aren't retrieved. What do you get by running this?

function cmd_gmail_contacts(){
  getGmailContacts(function(cs){
    Utils.openUrlInBrowser(
      'data:text/plain,'+
      encodeURI(cs.map(function(x) x.name +'\t'+ x.email).join('\n')));
  });
}


> (Aside: You'll notice that the first entry in that command list is
> 'twitter'; I have disabled twitter in about:ubiquity!  I can also
> directly key in 'tw' as a command, and twitter comes up in the list.
> Also, the ubiquity default command is 'twitter', rather than
> 'search'.  Once more, all other disabled commands are in fact
> disabled.)

It's a bug that will be fixed once
https://ubiquity.mozilla.com/trac/ticket/586 is resolved.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"ubiquity-firefox" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/ubiquity-firefox?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to