]> git.notmuchmail.org Git - notmuch/commit
Pass error message from GLib ini parser to CLI
authorDavid Bremner <david@tethera.net>
Fri, 15 Sep 2023 12:50:04 +0000 (09:50 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 23 Sep 2023 11:34:48 +0000 (08:34 -0300)
commit1c10d91d8e4a3e5bc76ca4c6b9939f3759e6ef5e
tree1557dbddd672b2879f0c52ce6c4eef35538886b0
parentbc38580cef3316254b1ffb15b4711b541c6f9bb3
Pass error message from GLib ini parser to CLI

The function _notmuch_config_load_from_file is only called in two
places in open.cc. Update internal API to match the idiom in open.cc.
Adding a newline is needed for consistency with other status strings.

Based in part on a patch [1] from Eric Blake.

[1]: id:20230906153402.101471-1-eblake@redhat.com
lib/config.cc
lib/notmuch-private.h
lib/open.cc
notmuch.c
test/T030-config.sh