X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch.c;h=9ca3a4beffc01d509b2ad8ae7fe9b7ebf8d08b42;hb=19983fe554b2b353f10cb818b80e7ef815623b66;hp=2429999c2694345dd71b556e282b6dbb5a943dbe;hpb=1c747a501c0ed7df5eaa2b994b9ad11d8981c62c;p=notmuch diff --git a/notmuch.c b/notmuch.c index 2429999c..9ca3a4be 100644 --- a/notmuch.c +++ b/notmuch.c @@ -464,15 +464,10 @@ main (int argc, char *argv[]) { } }; - talloc_enable_null_tracking (); + notmuch_client_init (); local = talloc_new (NULL); - g_mime_init (); -#if ! GLIB_CHECK_VERSION (2, 35, 1) - g_type_init (); -#endif - /* Globally default to the current output format version. */ notmuch_format_version = NOTMUCH_FORMAT_CUR;