]> git.notmuchmail.org Git - notmuch/commitdiff
cli/insert: use a single recursive mkdir function
authorJani Nikula <jani@nikula.org>
Mon, 22 Sep 2014 09:54:57 +0000 (11:54 +0200)
committerDavid Bremner <david@tethera.net>
Wed, 24 Sep 2014 18:25:48 +0000 (20:25 +0200)
Combine make_directory() and make_directory_and_parents() into a
single recursive mkdir_recursive() function. Clarify the code and
improve error handling. Improve error messages. Switch to using the
new function in maildir_create_folder(). Constify talloc context.


No differences found