* Chris Green <c...@isbd.net> [2021-04-07 22:01:22+0100]: > I'm looking for a tool which will allow me to search through a large > hierarchy of maildir messages and then provide actions to take on the > matched messages.
You could do this pretty easily with Python, using the mailbox library. Thomas