All notable changes to this project will be documented in this file.
8 - 2017-02-07
- Avoid a segmentation fault when
notmuch_message_get_header()
returnsNULL
. (Patch by Víctor M. Jáquez <[email protected]>).
7 - 2016-01-09
- Do not use functions deprecated starting with
libnotmuch
4.3; building against older versions is still possible.
6 - 2015-11-06
- This change log file.
- Fix sorting of results. (Patch by Jeremy Simon <[email protected]>.)
5 - 2015-06-05
- Normal output was missing angle brackets around e-mail addresses. This issue is fixed in this release.
4 - 2015-05-21
- Allow building with versions of Glib older than 2.44. (Patch by
cellscape
<[email protected]>.)
3 - 2015-05-19
- Support output in a Mutt-compatible format. This allows using
notmuch-addrlookup --mutt
directly in for Mutt'squery_command
setting.
- Parsing of command line arguments is now done using Glib.
2 - 2015-05-12
- Reverse sorting of results, so most frequently contacted addresses are sorted first. (Patch by Leonhard Markert.)
1 - 2015-01-05
- First working version of
notmuch-addrlookup
.