Notmuch Addrlookup C Versions Save

Address lookup tool for Notmuch in C using GLib and libnotmuch

v10

1 year ago

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

6 years ago

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]>.)

v1

7 years ago

Added

  • First working version of notmuch-addrlookup.

v2

7 years ago

Fixed

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

v3

7 years ago

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.

v4

7 years ago

Fixed

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

v5

7 years ago

Fixed

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

v6

7 years ago

Added

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

Fixed

v7

7 years ago

Fixed

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

v8

7 years ago

Fixed

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