Skip to content

Releases: aperezdc/notmuch-addrlookup-c

v10

13 Oct 15:04
v10
569becc
Compare
Choose a tag to compare

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

20 Oct 13:14
v9
cdb58b2
Compare
Choose a tag to compare
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

07 Feb 10:25
v8
92c1e03
Compare
Choose a tag to compare
v8

Fixed

  • Avoid a segmentation fault when notmuch_message_get_header() returns NULL. (Patch by Víctor M. Jáquez <[email protected]>).

v7

07 Feb 10:26
Compare
Choose a tag to compare
v7

Fixed

  • Do not use functions deprecated starting with libnotmuch 4.3; building against older versions is still possible.

v6

07 Feb 10:26
Compare
Choose a tag to compare
v6

Added

  • A CHANGELOG.md file is included now in the repository.

Fixed

v5

07 Feb 10:27
Compare
Choose a tag to compare
v5

Fixed

  • Normal output was missing angle brackets around e-mail addresses. This issue
    is fixed in this release.

v4

07 Feb 10:27
Compare
Choose a tag to compare
v4

Fixed

  • Allow building with versions of Glib older than 2.44. (Patch by cellscape
    <[email protected]>.)

v3

07 Feb 10:28
Compare
Choose a tag to compare
v3

Added

  • Support output in a Mutt-compatible format. This allows using
    notmuch-addrlookup --mutt directly in for Mutt's query_command
    setting.

Changed

  • Parsing of command line arguments is now done using Glib.

v2

07 Feb 10:28
Compare
Choose a tag to compare
v2

Fixed

  • Reverse sorting of results, so most frequently contacted addresses are
    sorted first. (Patch by Leonhard Markert.)

v1

07 Feb 10:29
Compare
Choose a tag to compare
v1

Added

  • First working version of notmuch-addrlookup.