mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 41929 - movemail. fixing build bustage
This commit is contained in:
parent
a9092648b5
commit
3f0703e6f8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user