154412 making Local Folders title show localized name
git-svn-id: svn://10.0.0.236/branches/ISHMAIL_1_0_BRANCH@132428 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -110,10 +110,8 @@ function setTitleFromFolder(msgfolder, subject)
|
||||
else
|
||||
title = "";
|
||||
|
||||
if (msgfolder.isServer) {
|
||||
// <hostname>
|
||||
title += server.hostName;
|
||||
}
|
||||
if (msgfolder.isServer)
|
||||
title += server.prettyName;
|
||||
else {
|
||||
var middle;
|
||||
var end;
|
||||
|
||||
Reference in New Issue
Block a user