Releases: ferdinandyb/maildir-rank-addr
Releases · ferdinandyb/maildir-rank-addr
Release version 1.4.1
Fixes a crash due to too many files open on very large maildirs.
Release version 1.4.0
- multiple root mail folders can now be specified
- does not look for maildir structure anymore, so any one-mail-per-file setup can be used
- mbox files are also parsed
- error messages now also show which file is causing them
- Reply-To and Sender headers are also included in the analysis
- List-Id is now used for figuring out the name of mailing lists (before it was easy to end up with "Maintainer via Listname" as the name of the list), the exact way this is done can be controlled via a template
Release version 1.3.0
This release mainly adds NormalizedNames
to the possible template values, which is the unicode normalized version of Name
. See the README on how to use this to improve search results on accented names.
There are also some minor changes to the stats script and images.
Release version 1.2.0
Three updates to how names are assigned to addresses:
- empty names will now be dropped when counting the most frequent name
- names equal to the address will also be dropped
- you can configure an external command that basically provides the desired names for addresses you wish to manually override
Release version 1.1.0
Changelog
Allow specifying config file location
v1.0.0
First release.