1 #include "notmuch-client.h"
2 #include "gmime-filter-reply.h"
4 /* Caller is responsible for only calling this once */
7 notmuch_client_init (void)
9 #if ! GLIB_CHECK_VERSION (2, 35, 1)
15 g_mime_filter_reply_module_init ();
17 talloc_enable_null_tracking ();