]> git.notmuchmail.org Git - notmuch/commit - lib/open.cc
lib/open: factor out the second half of n_d_open_with_config
authorDavid Bremner <david@tethera.net>
Sat, 30 Jan 2021 17:57:32 +0000 (13:57 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 20 Mar 2021 10:30:39 +0000 (07:30 -0300)
commit1be79fff50729eb68d71b3a2c3500f6d0ba2807b
treed2e0c3a45b4c1859a517d0a9bc6f3e9e60b310d4
parentcba540d6f5cbbad282a3046ed00a7966238fa14d
lib/open: factor out the second half of n_d_open_with_config

The idea is to allow reuse in n_d_create_with_config. This is
primarily code movement, with some changes in error messages to reduce
the number of input parameters.
lib/open.cc