Command-line tools to index and search email (aka maildir-utils)
mu is a set of command-line tools for Linux/Unix that enable you to quickly find the e-mails you are looking for. First, a tool called mu-index fills a database with information about all your e-mails. After that, you can easily search for them, using mu-find and its dedicated query language.
mu is a set of command-line tools for Linux/Unix that enable you to quickly find the e-mails you are looking for. First, a tool called mu-index fills a database with information about all your e-mails. After that, you can easily search for them, using mu-find and its dedicated query language.
To install mu, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mu
To see what files were installed by mu, run:
port contents mu
To later upgrade mu, run:
sudo port selfupdate && sudo port upgrade mu
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.