Bug 375054 When import mail,after selecting 'communicator',click 'next',no response. r/sr=Neil
git-svn-id: svn://10.0.0.236/trunk@222324 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -663,8 +663,12 @@ function ImportMail( module, success, error) {
|
||||
comm4xprofile = comm4xprofile.QueryInterface( Components.interfaces.nsIComm4xProfile);
|
||||
if(comm4xprofile != null) {
|
||||
var length = {value:0};
|
||||
var profileList = comm4xprofile.getProfileList(length);
|
||||
if (profileList)
|
||||
var profileList = null;
|
||||
try {
|
||||
profileList = comm4xprofile.getProfileList(length);
|
||||
}
|
||||
catch (ex) {}
|
||||
if (length.value)
|
||||
{
|
||||
var selected = {value:0};
|
||||
if (length.value == 1)
|
||||
|
||||
@@ -293,6 +293,8 @@ ImportSettingsSuccess=Settings were imported from %S
|
||||
ImportMailBadModule=Unable to load mail import module
|
||||
ImportMailNotFound=Unable to find mail to import. Check to make sure the mail application is correctly installed on this machine.
|
||||
# LOCALIZATION NOTE : Do not translate the word "%S" below.
|
||||
ImportMailFailed=An error occurred importing mail from %S
|
||||
# LOCALIZATION NOTE : Do not translate the word "%S" below.
|
||||
ImportMailSuccess=Mail was successfully imported from %S
|
||||
|
||||
# Error string for address import
|
||||
|
||||
Reference in New Issue
Block a user