commit fd60d08cf2e4318082d690806a4035fdfe89faee from: Caleb Stein date: Thu Jun 4 21:07:24 2026 UTC add readme commit - c6e10dd8a4effc80206755a7a06a7839a335b3a2 commit + fd60d08cf2e4318082d690806a4035fdfe89faee blob - /dev/null blob + 1fa235e51d3fa2fed8de1ce54ab04ef1f850add8 (mode 644) --- /dev/null +++ README.md @@ -0,0 +1,12 @@ +# addrutils + +These scripts are meant to integrate with Neomutt to support lightweight tab completion of previously seen email addresses. + +The `addrcache.pl` script should run as part of your display_filter, and `addrquery.pl` should be your query_command. + +Dependencies: +- DBI +- DBD::SQLite +- Email::MIME +- Email::Address::XS +