I tried using Ubiquity once again after not playing with it for about
a year.  I tried using the email commands but it didn't seem to
recognize that I use a Google hosted domain for my email.  I googled
this and didn't get a clear answer on how to resolve this other than
some people suggesting to tweak the code.  I opened up the email.js
file and put in my domain and uncommented the first section:

var gmailAppsDomain = "thehomerfamily.com";

CmdUtils.CreateCommand({
  name: "detect-gmail-apps-domain",
  execute: function() {
    if (gmailAppsDomain.length == 0) {
      getGmailAppsDomain();
    }
    if (gmailAppsDomain.secure) {
      displayMessage( "secure " + gmailAppsDomain );
    } else {
      displayMessage( "insecure " + gmailAppsDomain );
    }
  }
});


This still does not get me what I want.  It still tries to us the
normal google mail and not the hosted domains one.  Please help.
--~--~---------~--~----~------------~-------~--~----~
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