mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-11 22:45:26 +00:00
Monotone-Parent: ab8b4a7a66ffdb6688f466f2cc301caf1fc40a66
Monotone-Revision: 522aab35f24d3e27666a2ef9cf9f217dd0c02c7a Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-09-27T16:17:16 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -374,7 +374,7 @@ function deleteSelectedMessages(sender) {
|
||||
var paths = new Array(); // row IDs
|
||||
var unseenCount = 0;
|
||||
|
||||
if (rowIds.length > 0) {
|
||||
if (rowIds && rowIds.length > 0) {
|
||||
for (var i = 0; i < rowIds.length; i++) {
|
||||
if (unseenCount < 1) {
|
||||
var rows = messageList.select('#' + rowIds[i]);
|
||||
|
||||
Reference in New Issue
Block a user