diff --git a/mozilla/mailnews/base/resources/content/msgMail3PaneWindow.js b/mozilla/mailnews/base/resources/content/msgMail3PaneWindow.js index 294e7952662..1e2ea3f48be 100644 --- a/mozilla/mailnews/base/resources/content/msgMail3PaneWindow.js +++ b/mozilla/mailnews/base/resources/content/msgMail3PaneWindow.js @@ -490,7 +490,9 @@ function OnLoadThreadPane(threadTree) messageDataSource = messageDataSource.QueryInterface(Components.interfaces.nsIRDFDataSource); threadTree.database.AddDataSource(messageDataSource); - ShowThreads(false); + //FIX ME: Tempory patch for bug 24182 + //ShowThreads(false); + setTimeout("ShowThreads(false);", 0); } /* Functions for accessing particular parts of the window*/