aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-config.c
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-11-11 20:39:22 -0800
committerGravatar Carl Worth <cworth@cworth.org>2010-11-11 20:39:22 -0800
commita68334258a14a50d942fa2f2824d37008d2443e6 (patch)
tree1b7397cc3e186455a2bc72ae88e3b5daa213a583 /notmuch-config.c
parent2b433736a56ec1ccac67ada9cc81337a157a45a2 (diff)
config: Fix confusing of "tag" and "flag" oin documentation.
It has been very difficult to get all of these right. I would not be surprised if I've still missed some.
Diffstat (limited to 'notmuch-config.c')
-rw-r--r--notmuch-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch-config.c b/notmuch-config.c
index e98c3975..d86c0424 100644
--- a/notmuch-config.c
+++ b/notmuch-config.c
@@ -77,7 +77,7 @@ static const char maildir_config_comment[] =
"\t\tF flagged\n"
"\t\tP passed\n"
"\t\tR replied\n"
- "\t\tS unread (added when 'S' tag is not present)\n"
+ "\t\tS unread (added when 'S' flag is not present)\n"
"\n"
"\tThe \"notmuch new\" command will notice flag changes in filenames\n"
"\tand update tags, while the \"notmuch tag\" and \"notmuch restore\"\n"