forgot this part of the fix for 35678, posting to correct news server, r=mscott, ducarroz

This commit is contained in:
bienvenu%netscape.com 2000-07-10 22:32:28 +00:00
parent ee6608a5ff
commit 71c1f4be1d

View File

@ -198,7 +198,7 @@ function SendUnsentMessages(folder)
if (folder.isServer)
newsgroup = "";
else
newsgroup = folder.name;
newsgroup = server.hostName + "/" + folder.name;
}
}
identity = getIdentityForServer(server);