]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch.c
query: Remove the magic NOTMUCH_QUERY_ALL
[notmuch] / notmuch.c
index 43af75d2450215c3a67019c425e266cb9b00b2f6..6be2881c2227a1e67d407f69c43506417ced140f 100644 (file)
--- 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;