- Description:
- Scripts for Neomutt to remember email addresses and query them
- Owner:
- Last Change:
Commit Briefs
Branches
Tree
| README.md | commits | blame |
| addrcache.pl* | commits | blame |
| addrquery.pl* | commits | blame |
README.md
# 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
