From 103fbb9f764154ae2de2cfb24cddff6b111f67bb Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Wed, 15 Sep 1999 04:49:43 +0000 Subject: [PATCH] refresh the folder pane after upgrade process finishes git-svn-id: svn://10.0.0.236/trunk@47530 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/base/resources/content/msgMail3PaneWindow.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/mailnews/base/resources/content/msgMail3PaneWindow.js b/mozilla/mailnews/base/resources/content/msgMail3PaneWindow.js index 559209397ec..e98049cde40 100644 --- a/mozilla/mailnews/base/resources/content/msgMail3PaneWindow.js +++ b/mozilla/mailnews/base/resources/content/msgMail3PaneWindow.js @@ -99,6 +99,7 @@ function verifyAccounts() { try { dump("attempt to UpgradePrefs. If that fails, open the account wizard.\n"); am.UpgradePrefs(); + refreshFolderPane(); } catch (ex) { // upgrade prefs failed, so open account wizard