summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/mail/compare_backup_msgids.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/mail/compare_backup_msgids.pl b/scripts/mail/compare_backup_msgids.pl
index 137677ea..4218218a 100644
--- a/scripts/mail/compare_backup_msgids.pl
+++ b/scripts/mail/compare_backup_msgids.pl
@@ -61,5 +61,6 @@ foreach my $dir (@backup) {
}
}
-# deleING because only now do we actually remove the files
+# deletING because only when we reach the end of the program does
+# Mail::Box::Manager actually remove any files
say "deleting $found messages from backups, and $missing were not found";