forgot this part of the fix for 35678, posting to correct news server, r=mscott, ducarroz
git-svn-id: svn://10.0.0.236/trunk@73956 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -198,7 +198,7 @@ function SendUnsentMessages(folder)
|
||||
if (folder.isServer)
|
||||
newsgroup = "";
|
||||
else
|
||||
newsgroup = folder.name;
|
||||
newsgroup = server.hostName + "/" + folder.name;
|
||||
}
|
||||
}
|
||||
identity = getIdentityForServer(server);
|
||||
|
||||
Reference in New Issue
Block a user