All notable changes to this project will be documented in this file.
10 - 2022-10-13
- A new
-c
/--config
option allows specifying the Notmuch configuration file path. (Patch by Lars Haalck <[email protected]>, and follow up fix by Bence Ferdinandy <[email protected]>). - A new
-f
/--format
option supersedes--mutt
, and also allows using--format=aerc
to be used with the aerc user agent. (Patch by Bence Ferdinandy <[email protected]>).
- Fix more uses of deprecated Notmuch functions.
9 - 2017-10-20
- Fix crash in when running queries and the program is build with Notmuch 0.25. (Patch by Joshua Krusell <[email protected]>).
- Fix conditional compilation when using Notmuch 0.25. (Patch by David Bremner <[email protected]>).
- Do not use the deprecated
notmuch_query_count_messages_st
function when using Notmuch 0.25. (Patch by Adam Ruzicka <[email protected]>.)
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
.