]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch.c
notmuch setup: Break the implementation up into manageable functions.
[notmuch] / notmuch.c
index 224e4a6bfe5d4ea28e1d4477edd6942058940cb0..56f93a7c11b3eac8c089bba5aaf6d70ebe82ae81 100644 (file)
--- 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);