]> git.notmuchmail.org Git - notmuch/commitdiff
cli: config: make notmuch_config_open() "is new" parameter input only
authorJani Nikula <jani@nikula.org>
Sun, 3 Mar 2013 21:55:08 +0000 (23:55 +0200)
committerDavid Bremner <bremner@debian.org>
Thu, 7 Mar 2013 13:39:12 +0000 (09:39 -0400)
We now have a notmuch_config_is_new() function to query whether a
config was created or not. Change the notmuch_config_open() is_new
parameter into boolean create_new to determine whether the function
should create a new config if one doesn't exist. This reduces the
complexity of the API.


No differences found