You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aerc/lib/notmuch
Robin Jarry 69e63b529a main: improve version string
Initialize a build variable to the date on which the binary was
generated. Include the date in the build info string which is output
when running aerc -v and in the crash logs.

Do not rely on parsing the build flags via some obscure base64 voodoo to
determine if notmuch support is available or not. Instead, use the
symbols from the linked library directly if available.

Before:

 $ aerc -v
 0.16.0-183-g4cc2e6be3a01 +notmuch (go1.21.6 amd64 linux)

After:

 $ aerc -v
 aerc 0.16.0-183-g4cc2e6be3a01 +notmuch-5.6.0 (go1.21.6 amd64 linux 2024-01-31)

Signed-off-by: Robin Jarry <robin@jarry.cc>
Acked-by: Ciarán Ainsworth <cda@sporiff.dev>
9 months ago
..
database.go notmuch: add notmuch bindings 1 year ago
directory.go notmuch: add notmuch bindings 1 year ago
errors.go notmuch: add notmuch bindings 1 year ago
message.go notmuch: add notmuch bindings 1 year ago
messages.go notmuch: add notmuch bindings 1 year ago
notmuch.go main: improve version string 9 months ago
properties.go notmuch: add notmuch bindings 1 year ago
query.go notmuch: add notmuch bindings 1 year ago
thread.go notmuch: add notmuch bindings 1 year ago
threads.go notmuch: add notmuch bindings 1 year ago