mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-15 22:44:13 +00:00
forgot this part of the fix for 35678, posting to correct news server, r=mscott, ducarroz
This commit is contained in:
parent
ee6608a5ff
commit
71c1f4be1d
@ -198,7 +198,7 @@ function SendUnsentMessages(folder)
|
||||
if (folder.isServer)
|
||||
newsgroup = "";
|
||||
else
|
||||
newsgroup = folder.name;
|
||||
newsgroup = server.hostName + "/" + folder.name;
|
||||
}
|
||||
}
|
||||
identity = getIdentityForServer(server);
|
||||
|
Loading…
x
Reference in New Issue
Block a user