X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.c;fp=notmuch.c;h=9ca3a4beffc01d509b2ad8ae7fe9b7ebf8d08b42;hp=2429999c2694345dd71b556e282b6dbb5a943dbe;hb=5a8d174f6797844580b52857a6254c25ce532d1c;hpb=b1b679858868d1a004b67a1a6eccb6c9d3f755e9 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;