Easy way to mark all emails in a Maildir as read:
find . -name '*,' -exec rename 's/$/S/' {} \;
* requires p5-File-Rename
Easy way to mark all emails in a Maildir as read:
find . -name '*,' -exec rename 's/$/S/' {} \;
* requires p5-File-Rename
If you have a fediverse account, you can quote this note from your own instance. Search https://mastodon.bsd.cafe/users/vkarlsen/statuses/114561934029178589 on your instance and quote it. (Note that quoting is not supported in Mastodon.)