mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
fix problem where we forgot to append "." to the server key
This commit is contained in:
parent
8ad67117c7
commit
7a81c47ed7
@ -122,6 +122,7 @@ nsSmtpServer::getPrefString(const char *pref, nsCAutoString& result)
|
||||
{
|
||||
result = "mail.smtpserver.";
|
||||
result += mKey;
|
||||
result += ".";
|
||||
result += pref;
|
||||
|
||||
return NS_OK;
|
||||
|
Loading…
Reference in New Issue
Block a user