Re: [PATCH 1/2] Add Google Inc. to AUTHORS as a contributor.
[notmuch-archives.git] / 5b / 168270c9ceab37fb05ae405ceb3df8335928f4
1 Return-Path: <novalazy@gmail.com>\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 6DADC431FAF\r
6         for <notmuch@notmuchmail.org>; Tue,  2 Apr 2013 15:43:27 -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: -0.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id uJ8yKMYpu5o0 for <notmuch@notmuchmail.org>;\r
17         Tue,  2 Apr 2013 15:43:26 -0700 (PDT)\r
18 Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com\r
19         [209.85.220.52]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 3ED76429E32\r
22         for <notmuch@notmuchmail.org>; Tue,  2 Apr 2013 15:43:14 -0700 (PDT)\r
23 Received: by mail-pa0-f52.google.com with SMTP id fb10so540429pad.25\r
24         for <notmuch@notmuchmail.org>; Tue, 02 Apr 2013 15:43:13 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to\r
27         :references; bh=BGs1uxbcIrR2d781Qm4ZpyyKMvKz+LBVqpHcvFiWKJM=;\r
28         b=TmVF0nk3eLRL4q+mUdBIggAg297LVzGOLew32g3bEMQlBFs0sLSxXNidzeoJyg0fhb\r
29         x3Nzt2jKEz3cj+A/NNGnaUuxlHhMZsrld2mm1tiBQdDljVOCiT7VElEYU7S9ZGsxM7KL\r
30         kJ4bDFldidRLK5nK9o/ddl4LBdeYpq2rgqdBOdyszC7yAgb5UcSNkQkxScqc+9LM6k+N\r
31         XdYpqtSuPu2soA+WSuvHV0UKSYRoElf8zqVLHHqH3z4Pdo43boY1BQPoZDuTWjqdVRSo\r
32         oLAlBtRA/MQHDF1JONcpeaoWpoucERmzEhJuloPjsDPMVhOEmeMeQnIbDUBMBAGwKI/F\r
33         pZJw==\r
34 X-Received: by 10.66.123.77 with SMTP id ly13mr27539909pab.98.1364942593532;\r
35         Tue, 02 Apr 2013 15:43:13 -0700 (PDT)\r
36 Received: from localhost (215.42.233.220.static.exetel.com.au.\r
37         [220.233.42.215])\r
38         by mx.google.com with ESMTPS id sl9sm3273121pbc.17.2013.04.02.15.43.10\r
39         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
40         Tue, 02 Apr 2013 15:43:12 -0700 (PDT)\r
41 From: Peter Wang <novalazy@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v5 11/12] man: document insert --create-folder\r
44 Date: Wed,  3 Apr 2013 09:41:56 +1100\r
45 Message-Id: <1364942517-6982-12-git-send-email-novalazy@gmail.com>\r
46 X-Mailer: git-send-email 1.7.12.1\r
47 In-Reply-To: <1364942517-6982-1-git-send-email-novalazy@gmail.com>\r
48 References: <1364942517-6982-1-git-send-email-novalazy@gmail.com>\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Tue, 02 Apr 2013 22:43:28 -0000\r
62 \r
63 Add documentation for notmuch insert --create-folder option.\r
64 ---\r
65  man/man1/notmuch-insert.1 | 12 ++++++++++++\r
66  1 file changed, 12 insertions(+)\r
67 \r
68 diff --git a/man/man1/notmuch-insert.1 b/man/man1/notmuch-insert.1\r
69 index 0d7bccd..74d6a3d 100644\r
70 --- a/man/man1/notmuch-insert.1\r
71 +++ b/man/man1/notmuch-insert.1\r
72 @@ -43,6 +43,18 @@ relative to the top-level directory given by the value of\r
73  The default is to deliver to the top-level directory.\r
74  \r
75  .RE\r
76 +\r
77 +.RS 4\r
78 +.TP 4\r
79 +.B "--create-folder"\r
80 +\r
81 +Try to create the folder named by the\r
82 +.B "--folder"\r
83 +option, if it does not exist.\r
84 +Otherwise the folder must already exist for mail\r
85 +delivery to succeed.\r
86 +\r
87 +.RE\r
88  .SH SEE ALSO\r
89  \r
90  \fBnotmuch\fR(1), \fBnotmuch-config\fR(1), \fBnotmuch-count\fR(1),\r
91 -- \r
92 1.7.12.1\r
93 \r