X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.c;h=6be2881c2227a1e67d407f69c43506417ced140f;hp=43af75d2450215c3a67019c425e266cb9b00b2f6;hb=6519aff957df7a69d86ed9a00707c911d60259f6;hpb=aad13c3ac947a42b3e0a1923c44a927feea827f5;ds=sidebyside diff --git a/notmuch.c b/notmuch.c index 43af75d2..6be2881c 100644 --- a/notmuch.c +++ b/notmuch.c @@ -398,7 +398,7 @@ dump_command (int argc, char *argv[]) goto DONE; } - query = notmuch_query_create (notmuch, NOTMUCH_QUERY_ALL); + query = notmuch_query_create (notmuch, ""); if (query == NULL) { fprintf (stderr, "Out of memory\n"); ret = 1;