]> git.notmuchmail.org Git - notmuch/commit - notmuch-dump.c
cli/dump: convert to new config framework
authorDavid Bremner <david@tethera.net>
Wed, 26 Aug 2020 10:54:10 +0000 (07:54 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 6 Feb 2021 23:12:34 +0000 (19:12 -0400)
commit53f27aaf73192babf831e907ade71dc16f6880be
tree5d94f90a144e50a33222cfdff5e0c54ae20ab820
parentacc6331baa41a8aa7025924c823251d8f8c3384f
cli/dump: convert to new config framework

This conversion is trivial because the only configuration information
accessed by dump is that stored in the database (in order to dump
it). We do need to be careful to keep the write lock on the database
to ensure dump consistency.
notmuch-dump.c
notmuch.c
test/T035-read-config.sh
test/T240-dump-restore.sh