aboutsummaryrefslogtreecommitdiff
path: root/notmuch.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-04-09 16:49:58 -0700
committerCarl Worth <cworth@cworth.org>2010-04-09 17:44:01 -0700
commit13a7b6700eeae0f0b254f248e5abb742b64cd921 (patch)
tree260a9e762fe52ecf56c0319310473761dbf78d43 /notmuch.c
parent74168777cba27ad0e217399de4332ad576bd9398 (diff)
notmuch count: Remove special handling of "*".
From both the implementation and from the documentation. This is handled generically in the library for all search-based commands, so count doesn't need special treatment.
Diffstat (limited to 'notmuch.c')
-rw-r--r--notmuch.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/notmuch.c b/notmuch.c
index 7e595e2..cde3c33 100644
--- a/notmuch.c
+++ b/notmuch.c
@@ -223,12 +223,11 @@ command_t commands[] = {
"\tof messages matching both a specific tag and either inbox\n"
"\tor unread\n"
"\n"
- "\tIf no parameters are given, or the special search terms '' or\n"
- "\t'*' are given, it will display the total number of messages in\n"
- "\tthe database.\n"
+ "\tWith no search terms, a count of all messages in the database\n"
+ "\twill be displayed.\n"
"\n"
"\tSee \"notmuch help search-terms\" for details of the search\n"
- "\t\tterms syntax." },
+ "\tterms syntax." },
{ "reply", notmuch_reply_command,
"[options...] <search-terms> [...]",
"Construct a reply template for a set of messages.",