varmesg="Please specify your primary email address, which will be used to choose the signing key for outgoing messages.\n If you leave it blank, the FROM address of the message will be used to choose the signing key.\n\nNOTE: Enigmail 0.60 no longer allows the `default signing key' option due to ambiguities.";
varvalueObj=newObject();
valueObj.value=userIdValue;
if(EnigPromptValue(mesg,valueObj)){
userIdValue=valueObj.value;
EnigSetPref("userIdValue",userIdValue);
}
userIdFromAddr=!userIdValue;
if(userIdFromAddr)
EnigAlert("The FROM address will be used to choose the signing key for outgoing messages\n");
else
EnigAlert("The user ID "+userIdValue+" will be used to choose the signing key for outgoing messages\n");