diff --git a/mozilla/mailnews/base/resources/content/messenger.xul b/mozilla/mailnews/base/resources/content/messenger.xul index 808b2ed0fd0..daab7f9c678 100644 --- a/mozilla/mailnews/base/resources/content/messenger.xul +++ b/mozilla/mailnews/base/resources/content/messenger.xul @@ -27,14 +27,15 @@ Rights Reserved. - @@ -161,6 +162,8 @@ Rights Reserved. + + @@ -200,7 +203,6 @@ Rights Reserved. - @@ -448,7 +450,8 @@ Rights Reserved. - + diff --git a/mozilla/mailnews/base/resources/content/widgetglue.js b/mozilla/mailnews/base/resources/content/widgetglue.js index 68c986653ad..aeb689d806c 100644 --- a/mozilla/mailnews/base/resources/content/widgetglue.js +++ b/mozilla/mailnews/base/resources/content/widgetglue.js @@ -441,13 +441,31 @@ function MsgFilters() { window.openDialog("chrome://messenger/content/FilterListDialog.xul", "FilterDialog", "chrome"); } +function MsgToggleMessagePane() +{ + MsgToggleSplitter("messagePaneSplitter"); +} + +function MsgToggleSplitter(id) +{ + var splitter = document.getElementById("messagePaneSplitter"); + var state = splitter.getAttribute("state"); + if (state == "collapsed") + splitter.setAttribute("state", null); + else + splitter.setAttribute("state", "collapsed") +} + +function MsgShowFolders() +{ + + +} function MsgFolderProperties() {} function MsgShowMsgToolbar() {} function MsgShowLocationbar() {} -function MsgShowMessage() {} -function MsgShowFolders() {} function MsgSortByFlag() {} function MsgSortByPriority() {} function MsgSortBySize() {} diff --git a/mozilla/mailnews/base/resources/locale/en-US/messenger.dtd b/mozilla/mailnews/base/resources/locale/en-US/messenger.dtd index 0601a2ae2f3..9d075218a24 100644 --- a/mozilla/mailnews/base/resources/locale/en-US/messenger.dtd +++ b/mozilla/mailnews/base/resources/locale/en-US/messenger.dtd @@ -62,10 +62,10 @@ Rights Reserved. - + - - + + diff --git a/mozilla/suite/locales/en-US/chrome/mailnews/messenger.dtd b/mozilla/suite/locales/en-US/chrome/mailnews/messenger.dtd index 0601a2ae2f3..9d075218a24 100644 --- a/mozilla/suite/locales/en-US/chrome/mailnews/messenger.dtd +++ b/mozilla/suite/locales/en-US/chrome/mailnews/messenger.dtd @@ -62,10 +62,10 @@ Rights Reserved. - + - - + +