X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=notmuch.c;h=56f93a7c11b3eac8c089bba5aaf6d70ebe82ae81;hb=69611e66a589881bf4de9786d3f6df991c604f3d;hp=224e4a6bfe5d4ea28e1d4477edd6942058940cb0;hpb=357aba3ec8177c11a7ce22cbe26d92482f6a5e53;p=notmuch diff --git a/notmuch.c b/notmuch.c index 224e4a6b..56f93a7c 100644 --- a/notmuch.c +++ b/notmuch.c @@ -212,6 +212,8 @@ main (int argc, char *argv[]) command_t *command; unsigned int i; + g_mime_init (0); + if (argc == 1) return notmuch_setup_command (local, 0, NULL);