Monotone-Parent: b9fb860f8f7838df1fa7d5d3aa5503299b0ca08a

Monotone-Revision: 69df71bbd74fc7ccbfdfda4d8e386bd2d00ce08a

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-09-02T18:44:48
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2008-09-02 18:44:48 +00:00
parent 8a2f70f210
commit 6fa5b84ecd
4 changed files with 19 additions and 16 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ function deleteSelectedMessagesCallback(http) {
if (!nextRow)
nextRow = row.previous("tr");
// row.addClassName("deleted"); // when we'll offer "mark as deleted"
if (deleteMessageRequestCount == 0) {
if (nextRow) {
Mailer.currentMessages[Mailer.currentMailbox] = nextRow.getAttribute("id").substr(4);