Bug 41929 - movemail. fixing build bustage

This commit is contained in:
timeless%mozdev.org 2004-08-18 23:46:17 +00:00
parent a9092648b5
commit 3f0703e6f8

View File

@ -3158,7 +3158,7 @@ nsMsgLocalMailFolder::GetIncomingServerType()
#ifdef HAVE_MOVEMAIL
// next try "movemail"
url->SetScheme(NS_LITERAL_CSTRING("movemail");
url->SetScheme(NS_LITERAL_CSTRING("movemail"));
rv = accountManager->FindServerByURI(url, PR_FALSE,
getter_AddRefs(server));
if (NS_SUCCEEDED(rv) && server)