aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch.c
diff options
context:
space:
mode:
authorGravatar Mike Kelly <pioto@pioto.org>2010-04-08 15:39:38 -0400
committerGravatar Carl Worth <cworth@cworth.org>2010-04-09 16:28:49 -0700
commitb15a03fafc2e313264519f030e45ea203af508e2 (patch)
tree028007eace4a20cbea518e1a050d64c3f76e2a9c /notmuch.c
parent37b8f5a8f2af32eabbb5ff1ba751bdfa2ee08082 (diff)
Have notmuch count default to showing the total.
If no parameters are given to notmuch-count, or just '' or '*' are given, return the total number of messages in the database. update notmuch count help
Diffstat (limited to 'notmuch.c')
-rw-r--r--notmuch.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/notmuch.c b/notmuch.c
index f5669fcd..86509515 100644
--- a/notmuch.c
+++ b/notmuch.c
@@ -220,6 +220,10 @@ 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"
+ "\n"
"\tSee \"notmuch help search-terms\" for details of the search\n"
"\t\tterms syntax." },
{ "reply", notmuch_reply_command,