Commit Briefs

f8fa1657ff Caleb Stein

only one name per email (main)


9ea0733e3a Caleb Stein

don't cache addresses without names


fd60d08cf2 Caleb Stein

add readme


c6e10dd8a4 Caleb Stein

remove unnecessary sqlite opiton from query


fe5554768a Caleb Stein

filter for missing headers


1dd30c4efd Caleb Stein

remove unnecessary sqlite option


cb70054301 Caleb Stein

parse all email addresses in header


16be890c45 Caleb Stein

remove unused variable


76925356e6 Caleb Stein

initial commit


Branches

Tags

This repository contains no tags

Tree

README.mdcommits | 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