Monotone-Parent: f1a1a7d4fd101844877061fca124817c04fb68bb
Monotone-Revision: c188de330d668938c84bba685aabd793abbfbe6a

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-10-17T23:41:52
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2008-10-17 23:41:52 +00:00
parent 5bb2c38326
commit d6f7a53694
+1 -1
View File
@@ -849,7 +849,7 @@ function loadMessage(idx) {
var cachedMessage = getCachedMessage(idx);
var row = $("row_" + idx);
var seenStateChanged = row.hasClassName('mailer_unreadmail');
var seenStateChanged = row && row.hasClassName('mailer_unreadmail');
if (cachedMessage == null) {
var url = (ApplicationBaseURL + encodeURI(Mailer.currentMailbox) + "/"
+ idx + "/view?noframe=1");