]> git.notmuchmail.org Git - notmuch/commit
CLI: centralize initialization in notmuch_client_init
authorDavid Bremner <david@tethera.net>
Wed, 12 May 2021 23:22:18 +0000 (20:22 -0300)
committerDavid Bremner <david@tethera.net>
Fri, 14 May 2021 09:40:37 +0000 (06:40 -0300)
commit5a8d174f6797844580b52857a6254c25ce532d1c
tree202442b6ba8d8d52058e202f8ed8457f06457390
parentb1b679858868d1a004b67a1a6eccb6c9d3f755e9
CLI: centralize initialization in notmuch_client_init

Initially make sure gmime_filter_reply initialization is
thread-safe (assuming notmuch_client_init is only called once).
For tidyness, also put talloc initialization in the new function.
Makefile.local
gmime-filter-reply.c
gmime-filter-reply.h
notmuch-client.h
notmuch.c