From a68334258a14a50d942fa2f2824d37008d2443e6 Mon Sep 17 00:00:00 2001
From: Carl Worth <cworth@cworth.org>
Date: Thu, 11 Nov 2010 20:39:22 -0800
Subject: [PATCH] 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.
---
 notmuch-config.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
-- 
2.45.2