[PATCH 2/4] notmuch-reply: respect users.other_name in From
[notmuch-archives.git] / 8b / a8f61ec0c89beae69f2d7f61badc43344f0670
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 1BC594196F3\r
6         for <notmuch@notmuchmail.org>; Thu,  8 Apr 2010 12:44:50 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -1.9\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9] 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 LMjYGaURS4UJ for <notmuch@notmuchmail.org>;\r
16         Thu,  8 Apr 2010 12:44:49 -0700 (PDT)\r
17 Received: from everglades.pioto.org (everglades.pioto.org [207.192.69.249])\r
18         by olra.theworths.org (Postfix) with ESMTP id 5876E418C25\r
19         for <notmuch@notmuchmail.org>; Thu,  8 Apr 2010 12:44:47 -0700 (PDT)\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 13837160E00;\r
23         Thu,  8 Apr 2010 15:44:47 -0400 (EDT)\r
24 Received: by aether.pioto.org (Postfix, from userid 1000)\r
25         id 4FA896B08C; Thu,  8 Apr 2010 15:45:51 -0400 (EDT)\r
26 From: Mike Kelly <pioto@pioto.org>\r
27 To: notmuch@notmuchmail.org\r
28 Subject: [PATCH 3/3] document new `notmuch new` behavior\r
29 Date: Thu,  8 Apr 2010 15:45:31 -0400\r
30 Message-Id: <1270755931-24290-3-git-send-email-pioto@pioto.org>\r
31 X-Mailer: git-send-email 1.7.0.4\r
32 In-Reply-To: <1270755931-24290-1-git-send-email-pioto@pioto.org>\r
33 References: <1270755931-24290-1-git-send-email-pioto@pioto.org>\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: Thu, 08 Apr 2010 19:44:50 -0000\r
47 \r
48 ---\r
49  notmuch.1 |    8 +++++---\r
50  notmuch.c |    7 ++++---\r
51  2 files changed, 9 insertions(+), 6 deletions(-)\r
52 \r
53 diff --git a/notmuch.1 b/notmuch.1\r
54 index 0e6a2ed..8b4021e 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 f5669fc..9002e7d 100644\r
74 --- a/notmuch.c\r
75 +++ b/notmuch.c\r
76 @@ -125,9 +125,10 @@ command_t commands[] = {\r
77      { "new", notmuch_new_command,\r
78        "[--verbose]",\r
79        "Find and import new messages to the notmuch database.",\r
80 -      "\tScans all sub-directories of the mail directory, performing\n"\r
81 -      "\tfull-text indexing on new messages that are found. Each new\n"\r
82 -      "\tmessage will be tagged as both \"inbox\" and \"unread\".\n"\r
83 +      "\t\tScans all sub-directories of the mail directory, performing\n"\r
84 +      "\t\tfull-text indexing on new messages that are found. Each new\n"\r
85 +      "\t\tmessage will be tagged as \"inbox\" and, unless it is\n"\r
86 +      "\t\tmarked as \"seen\", \"unread\".\n"\r
87        "\n"\r
88        "\tYou should run \"notmuch new\" once after first running\n"\r
89        "\t\"notmuch setup\" to create the initial database. The first\n"\r
90 -- \r
91 1.7.0.4\r
92 \r