improvements
[distro-setup] / mailclean
index 072e4046e4637279451b7ab4ffdb102c947dd3f8..4f0c55a028048e6fff195a4e52dc0cbcc5bcce5f 100755 (executable)
--- a/mailclean
+++ b/mailclean
@@ -38,6 +38,9 @@ myfind /m/md/log -type f -mtime +300 -execdir rm -- '{}' +
 myfind /m/md/dmarc -type f -mtime +60 -execdir rm -- '{}' +
 myfind /m/md/fsfalerts -type f -mtime +10 -execdir rm -- '{}' +
 
+# not strictly a mail directory, but it fits well in this script
+myfind /p/c/.editor-backups -type f -mtime +300 -execdir rm -- '{}' +
+
 
 
 shopt -s nullglob