]> git.notmuchmail.org Git - notmuch/commitdiff
cli/insert: delay database open until after writing mail file
authorDavid Bremner <david@tethera.net>
Sun, 27 Nov 2016 15:24:58 +0000 (11:24 -0400)
committerDavid Bremner <david@tethera.net>
Wed, 7 Dec 2016 11:00:40 +0000 (07:00 -0400)
The idea is to get the mail written to disk, even if we can't open the
database (e.g. because some other process has a write lock, and notmuch
is compiled for non-blocking opens).


No differences found