Releases: aperezdc/notmuch-addrlookup-c
Releases · aperezdc/notmuch-addrlookup-c
v10
Added
- 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]>).
Fixed
- Fix more uses of deprecated Notmuch functions.
v9
Fixed
- 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]>).
Changed
- Do not use the deprecated
notmuch_query_count_messages_st
function when using Notmuch 0.25. (Patch by Adam Ruzicka <[email protected]>.)
v8
Fixed
- Avoid a segmentation fault when
notmuch_message_get_header()
returnsNULL
. (Patch by Víctor M. Jáquez <[email protected]>).
v7
v6
Added
- A
CHANGELOG.md
file is included now in the repository.
Fixed
- Fix sorting of results. (Patch by Jeremy Simon
<[email protected]>.)
v5
v4
Fixed
- Allow building with versions of Glib older than 2.44. (Patch by
cellscape
<[email protected]>.)