X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch-dump.c;h=a490917f9fa59d5a9a042d0c85030bc7aad42c8e;hb=1c81e8f6d3aa451cec8524c171b9a64f7ecd2003;hp=0475eb9d1a2d822109a5c71ab6122d096f0d0151;hpb=3a0a7303368a515acc8e73bd211818e852b7e18c;p=notmuch diff --git a/notmuch-dump.c b/notmuch-dump.c index 0475eb9d..a490917f 100644 --- a/notmuch-dump.c +++ b/notmuch-dump.c @@ -67,7 +67,7 @@ notmuch_dump_command (unused (void *ctx), int argc, char *argv[]) return 1; } } - + query = notmuch_query_create (notmuch, query_str); if (query == NULL) { fprintf (stderr, "Out of memory\n");