[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / a7 / d563ba339cd17885f2571ac03470cada0aa216
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 F0F78431FAE\r
6         for <notmuch@notmuchmail.org>; Thu, 24 Jan 2013 04:10:20 -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.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 kYsWY9R+QYVW for <notmuch@notmuchmail.org>;\r
17         Thu, 24 Jan 2013 04:10:20 -0800 (PST)\r
18 Received: from mail-da0-f44.google.com (mail-da0-f44.google.com\r
19         [209.85.210.44]) (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 B9E55431FAF\r
22         for <notmuch@notmuchmail.org>; Thu, 24 Jan 2013 04:10:09 -0800 (PST)\r
23 Received: by mail-da0-f44.google.com with SMTP id z20so4218933dae.3\r
24         for <notmuch@notmuchmail.org>; Thu, 24 Jan 2013 04:10:09 -0800 (PST)\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=kR73DrvyVZaPMi4XG1BRLc6kwTK8A2bE2AXVjiFvD48=;\r
28         b=zjSH/7EzCK+eEiejIVIufrI1xR+h+o0pf4ohvYErg7JNJ1xZ15wv0EIjQ+qQo2pTt1\r
29         Jh9sRilLb/HWDlAx5qtz5BvgNmgFayvEybLd/FzwLm6D4RbDy4W5mwP5pv5wyERQFqbu\r
30         O16dhggUW6rxPU3cId8g4y85dOf99cphbp8L4fJDjQsV3cIKBLTX3XrXEOAlGu+FGbQ9\r
31         /k/CASL96B336RkKSmbEA5bkvPAsy0QgwPWpBbcV4GOxpgckbhnLvGomSAfJ3sGPHcO+\r
32         M6QvYg5S0OB85nfLS7MjCSPeQB1x/WqyvAfQWNRKjZIIJ08hzZ3dTAawgq2HVZI0VtVq\r
33         y0MQ==\r
34 X-Received: by 10.68.135.99 with SMTP id pr3mr4126802pbb.151.1359029408978;\r
35         Thu, 24 Jan 2013 04:10:08 -0800 (PST)\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 ir4sm14780607pbc.41.2013.01.24.04.10.06\r
39         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
40         Thu, 24 Jan 2013 04:10:08 -0800 (PST)\r
41 From: Peter Wang <novalazy@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v4 11/12] man: document insert --create-folder\r
44 Date: Thu, 24 Jan 2013 23:08:07 +1100\r
45 Message-Id: <1359029288-12132-12-git-send-email-novalazy@gmail.com>\r
46 X-Mailer: git-send-email 1.7.12.1\r
47 In-Reply-To: <1359029288-12132-1-git-send-email-novalazy@gmail.com>\r
48 References: <1359029288-12132-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: Thu, 24 Jan 2013 12:10:21 -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 27c2658..8ce634e 100644\r
70 --- a/man/man1/notmuch-insert.1\r
71 +++ b/man/man1/notmuch-insert.1\r
72 @@ -42,6 +42,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