summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-05-09 18:10:08 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-05-09 18:10:25 -0700
commitf975e07ee99eb5fdee30e981f9738148e11f2a2a (patch)
tree8a0aaf42e89948dcd81163086bac4038ba832494
parent4b99716c1b5c709fa47044b429b05e573974ccb4 (diff)
downloaddotfiles-f975e07ee99eb5fdee30e981f9738148e11f2a2a.tar.gz
compare_backup_msgids.pl: improve comment
-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";