Re: [PATCH] lib: reword comment about XFOLDER: prefix
[notmuch-archives.git] / 5f / e12d2ee9adfdce28903e0fb1b0f7d04f62f1c7
1 Return-Path: <pioto@pioto.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 9954A431FC4\r
6         for <notmuch@notmuchmail.org>; Fri, 26 Feb 2010 11:49:15 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.846\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.846 tagged_above=-999 required=5\r
12         tests=[AWL=-0.661, BAYES_40=-0.185] autolearn=ham\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id z5pu1xu6JLCX for <notmuch@notmuchmail.org>;\r
16         Fri, 26 Feb 2010 11:49:15 -0800 (PST)\r
17 Received: from everglades.pioto.org (everglades.pioto.org [207.192.69.249])\r
18         by olra.theworths.org (Postfix) with ESMTP id 09933431FAE\r
19         for <notmuch@notmuchmail.org>; Fri, 26 Feb 2010 11:49:15 -0800 (PST)\r
20 Received: from aether.pioto.org (pool-96-236-149-110.pitbpa.fios.verizon.net\r
21         [96.236.149.110]) (Authenticated sender: pioto)\r
22         by everglades.pioto.org (Postfix) with ESMTPA id 2F9B41603FC;\r
23         Fri, 26 Feb 2010 14:49:09 -0500 (EST)\r
24 Received: by aether.pioto.org (Postfix, from userid 1000)\r
25         id B3EFE60344; Fri, 26 Feb 2010 14:50:01 -0500 (EST)\r
26 From: Mike Kelly <pioto@pioto.org>\r
27 To: notmuch@notmuchmail.org\r
28 Date: Fri, 26 Feb 2010 14:49:27 -0500\r
29 Message-Id: <1267213767-31255-3-git-send-email-pioto@pioto.org>\r
30 X-Mailer: git-send-email 1.7.0\r
31 In-Reply-To: <1267213767-31255-1-git-send-email-pioto@pioto.org>\r
32 References: <1267213767-31255-1-git-send-email-pioto@pioto.org>\r
33 Subject: [notmuch] [PATCH 2/2] document new `notmuch new` behavior\r
34 X-BeenThere: notmuch@notmuchmail.org\r
35 X-Mailman-Version: 2.1.13\r
36 Precedence: list\r
37 List-Id: "Use and development of the notmuch mail system."\r
38         <notmuch.notmuchmail.org>\r
39 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
40         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
41 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
42 List-Post: <mailto:notmuch@notmuchmail.org>\r
43 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
44 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
46 X-List-Received-Date: Fri, 26 Feb 2010 19:49:15 -0000\r
47 \r
48 ---\r
49  notmuch.1 |    8 +++++---\r
50  notmuch.c |    3 ++-\r
51  2 files changed, 7 insertions(+), 4 deletions(-)\r
52 \r
53 diff --git a/notmuch.1 b/notmuch.1\r
54 index 282ad98..f03529e 100644\r
55 --- a/notmuch.1\r
56 +++ b/notmuch.1\r
57 @@ -93,9 +93,11 @@ The\r
58  .B new\r
59  command scans all sub-directories of the database, performing\r
60  full-text indexing on new messages that are found. Each new message\r
61 -will automatically be tagged with both the\r
62 -.BR inbox " and " unread\r
63 -tags.\r
64 +will automatically be tagged with the\r
65 +.BR inbox\r
66 +tag, and, unless it was already "seen" by another client, the\r
67 +.BR unread\r
68 +tag.\r
69  \r
70  You should run\r
71  .B "notmuch new"\r
72 diff --git a/notmuch.c b/notmuch.c\r
73 index 87479f8..fc6bb7f 100644\r
74 --- a/notmuch.c\r
75 +++ b/notmuch.c\r
76 @@ -127,7 +127,8 @@ command_t commands[] = {\r
77        "\t\tFind and import new messages to the notmuch database.",\r
78        "\t\tScans all sub-directories of the mail directory, performing\n"\r
79        "\t\tfull-text indexing on new messages that are found. Each new\n"\r
80 -      "\t\tmessage will be tagged as both \"inbox\" and \"unread\".\n"\r
81 +      "\t\tmessage will be tagged as \"inbox\" and, unless it is\n"\r
82 +      "\t\tmarked as \"seen\", \"unread\".\n"\r
83        "\n"\r
84        "\t\tYou should run \"notmuch new\" once after first running\n"\r
85        "\t\t\"notmuch setup\" to create the initial database. The first\n"\r
86 -- \r
87 1.7.0\r
88 \r