Re: Hi all
[notmuch-archives.git] / 91 / 00436047e297e11c8749f8dcde4cbea54891be
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 15492431FD4\r
6         for <notmuch@notmuchmail.org>; Sat, 22 Jun 2013 21:25:54 -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 6pzbvZPGGlsx for <notmuch@notmuchmail.org>;\r
17         Sat, 22 Jun 2013 21:25:48 -0700 (PDT)\r
18 Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com\r
19         [209.85.160.54]) (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 B7D4B431FAE\r
22         for <notmuch@notmuchmail.org>; Sat, 22 Jun 2013 21:24:53 -0700 (PDT)\r
23 Received: by mail-pb0-f54.google.com with SMTP id ro2so9521757pbb.27\r
24         for <notmuch@notmuchmail.org>; Sat, 22 Jun 2013 21:24:53 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references;\r
27         bh=FsR35X6ufLJh8nkt3e02YTOsYgC27uDnVA3VMcdQJx8=;\r
28         b=yvLEU3PP1FU2yPlnr/DW6CLSS2pcNORxfMW4QJ9l52uhJm3XVGxisSdXgm5it4j2rX\r
29         HQoPkoGwDUSkxPq3LN7Y/o0fgKS3ek3DL+tw6PRiEZe6kRO2PZ6u+yc43J1NaJvjFTkL\r
30         BMJHuwfcBYxxqHNQD+R75ZQAeSlqywLbbHhjNfCcioZgGkBNnLkarcWUds71AfUlUK0k\r
31         LmEBxcQ1c2D3phIqdrFFsIlk4Z64KuUhEnLGza57efn0fmahn+4hpHzbSzAwhqC4gAOh\r
32         XJnPAvTO0ZivBvif04KK7rvPNS9e2P6pvHsxyTa3aJsaeqhLixd7FkDyiTyD+rJ7uzP8\r
33         74Ag==\r
34 X-Received: by 10.66.5.168 with SMTP id t8mr22228157pat.196.1371961493028;\r
35         Sat, 22 Jun 2013 21:24:53 -0700 (PDT)\r
36 Received: from localhost (215.42.233.220.static.exetel.com.au.\r
37         [220.233.42.215]) by mx.google.com with ESMTPSA id\r
38         tq8sm11842321pbc.30.2013.06.22.21.24.50 for <multiple recipients>\r
39         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
40         Sat, 22 Jun 2013 21:24:52 -0700 (PDT)\r
41 From: Peter Wang <novalazy@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v7 11/12] man: document insert --create-folder\r
44 Date: Sun, 23 Jun 2013 14:24:04 +1000\r
45 Message-Id: <1371961445-15182-12-git-send-email-novalazy@gmail.com>\r
46 X-Mailer: git-send-email 1.7.12.1\r
47 In-Reply-To: <1371961445-15182-1-git-send-email-novalazy@gmail.com>\r
48 References: <1371961445-15182-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: Sun, 23 Jun 2013 04:25:54 -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 e85fef8..d5202ac 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 EXIT STATUS\r
89  \r
90  This command returns exit status 0 if the message was successfully\r
91 -- \r
92 1.7.12.1\r
93 \r