aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch.c
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-11-05 10:45:40 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-11-05 10:45:40 -0800
commitdb81b31c56d87912f5c8e8265b079c2fcfcb5c37 (patch)
tree98df7a8bc339835547089caec0f0466c66b8dc19 /notmuch.c
parentd1b06f159ccaa4e5e6830e63d21d3a1d04865ca4 (diff)
Update notmuch man page with recently-added documentation.
It would be nice to have this documentation live in a single place, but for now, this is what we get.
Diffstat (limited to 'notmuch.c')
-rw-r--r--notmuch.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/notmuch.c b/notmuch.c
index b6fbef41..b20b4065 100644
--- a/notmuch.c
+++ b/notmuch.c
@@ -1467,9 +1467,11 @@ command_t commands[] = {
"\t\tNote that the individual mail messages will be matched\n"
"\t\tagainst the search terms, but the results will be the\n"
"\t\tthreads containing the matched messages.\n\n"
- "\t\tCurrently, in addition to free text (and quoted phrases\n"
- "\t\tthe following prefixed search terms are supported, (where\n"
- "\t\t<brackets> indicate user-supplied values):\n\n"
+ "\t\tCurrently, in addition to free text (and quoted phrases)\n"
+ "\t\twhich match terms appearing anywhere within an email,\n"
+ "\t\tthe following prefixes can be used to search specific\n"
+ "\t\tportions of an email, (where <brackets> indicate user-\n"
+ "\t\tsupplied values):\n\n"
"\t\t\tfrom:<name-or-address>\n"
"\t\t\tto:<name-or-address>\n"
"\t\t\tsubject:<word-or-quoted-phrase>\n"