projects
/
notmuch
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
query: Remove the magic NOTMUCH_QUERY_ALL
[notmuch]
/
notmuch.c
diff --git
a/notmuch.c
b/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;