diff --git a/mozilla/mail/base/content/msgMail3PaneWindow.js b/mozilla/mail/base/content/msgMail3PaneWindow.js index 4da99c45915..b7892ada3da 100644 --- a/mozilla/mail/base/content/msgMail3PaneWindow.js +++ b/mozilla/mail/base/content/msgMail3PaneWindow.js @@ -1509,7 +1509,7 @@ function GetFirstSelectedMessage() function GetSelectedIndices(dbView) { try { - return dbview.getIndicesForSelection({}); + return dbView.getIndicesForSelection({}); } catch (ex) { dump("ex = " + ex + "\n");