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:
bugzilla%standard8.demon.co.uk
2007-03-24 18:33:12 +00:00
parent 98409621ed
commit 09005dc218
2 changed files with 8 additions and 2 deletions

View File

@@ -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)

View File

@@ -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