From: Carl Worth Date: Fri, 12 Nov 2010 04:39:22 +0000 (-0800) Subject: config: Fix confusing of "tag" and "flag" oin documentation. X-Git-Tag: 0.5~7 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=a68334258a14a50d942fa2f2824d37008d2443e6 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. --- 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"