X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.c;h=f9d66297f044971b034521d2e5c916b4a5aee77f;hp=93f319442c20a24dbf57497de9c4e9d02fc717e5;hb=bff30540d86c77aacbc2c133c83aa7ccee823b48;hpb=2e653db38fc38dee92b2ee0564e27921132e7232 diff --git a/notmuch.c b/notmuch.c index 93f31944..f9d66297 100644 --- a/notmuch.c +++ b/notmuch.c @@ -48,7 +48,7 @@ static int notmuch_help_command (void *ctx, int argc, char *argv[]); static const char search_terms_help[] = - "\tSeveral notmuch commands accept a comman syntax for search\n" + "\tSeveral notmuch commands accept a common syntax for search\n" "\tterms.\n" "\n" "\tThe search terms can consist of free-form text (and quoted\n" @@ -579,6 +579,7 @@ main (int argc, char *argv[]) local = talloc_new (NULL); g_mime_init (0); + g_type_init (); if (argc == 1) return notmuch (local);