]> git.cworth.org Git - notmuch/commitdiff
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)
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


No differences found