projects
/
notmuch
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
lib: replace deprecated n_q_search_messages with status returning version
[notmuch]
/
notmuch-show.c
diff --git
a/notmuch-show.c
b/notmuch-show.c
index 75fb284986eb068548a4b957afe96675cda63d3f..ff8228fed1ef220a2e54e251f65849ce2615e0a8 100644
(file)
--- a/
notmuch-show.c
+++ b/
notmuch-show.c
@@
-917,7
+917,7
@@
do_show_single (void *ctx,
return 1;
}
- status = notmuch_query_search_messages
_st
(query, &messages);
+ status = notmuch_query_search_messages (query, &messages);
if (print_status_query ("notmuch show", query, status))
return 1;