Re: [PATCH 3/5] nmbug-status: Add an nmbug-status(5) man page
[notmuch-archives.git] / 2d / fa096b352c5457ca73c2fa585128a56a3d523d
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 0DB8B431FD5\r
6         for <notmuch@notmuchmail.org>; Sat, 22 Jun 2013 21:25:20 -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 vFzapDLYJkKm for <notmuch@notmuchmail.org>;\r
17         Sat, 22 Jun 2013 21:25:13 -0700 (PDT)\r
18 Received: from mail-pa0-f41.google.com (mail-pa0-f41.google.com\r
19         [209.85.220.41]) (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 6BF98429E3B\r
22         for <notmuch@notmuchmail.org>; Sat, 22 Jun 2013 21:24:37 -0700 (PDT)\r
23 Received: by mail-pa0-f41.google.com with SMTP id bj3so9644556pad.28\r
24         for <notmuch@notmuchmail.org>; Sat, 22 Jun 2013 21:24:36 -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=G+N1Kng52/SZOxDbf6ewMw8j7so08lqtbLN5TcATT0E=;\r
28         b=XsKrZI9So/ludUxNKwyxKGhFWg+JAz4p34oF6aLEq3FHClCCHBjPCxZJRNNeenBrTy\r
29         buaJOH5BGpqniziYLPDH4caJHrId6ZY3QXkjec+54okJNbfAEhgLgM7D7EOc1bzPVAuO\r
30         N4AOPm3qsNra52XOCPQxBBr5GjkSAu3GBLlx1oUKVX8aLtIbEOTo1TIsTFJpMWE0KJAt\r
31         e5qeNY1E9vLYaU0YMJRRwAPzz4FtCaTfFAHIIWFKBAXDRkEzgIKXv0D/4GUEy2aGY/Rg\r
32         NJSztwVnu1xcHBwU22yEt7Jb+ePiL7CFh96CqC8qKbtTfs4Gs4joPMatEnUsggB8jOZL\r
33         wSUw==\r
34 X-Received: by 10.68.135.35 with SMTP id pp3mr18571935pbb.116.1371961476651;\r
35         Sat, 22 Jun 2013 21:24:36 -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         fl2sm13123766pab.23.2013.06.22.21.24.34 for <multiple recipients>\r
39         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
40         Sat, 22 Jun 2013 21:24:35 -0700 (PDT)\r
41 From: Peter Wang <novalazy@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v7 08/12] man: document insert --folder option\r
44 Date: Sun, 23 Jun 2013 14:24:01 +1000\r
45 Message-Id: <1371961445-15182-9-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:20 -0000\r
62 \r
63 Add documentation for notmuch insert --folder option.\r
64 ---\r
65  man/man1/notmuch-insert.1 | 14 ++++++++++++++\r
66  1 file changed, 14 insertions(+)\r
67 \r
68 diff --git a/man/man1/notmuch-insert.1 b/man/man1/notmuch-insert.1\r
69 index fbf83e0..e85fef8 100644\r
70 --- a/man/man1/notmuch-insert.1\r
71 +++ b/man/man1/notmuch-insert.1\r
72 @@ -4,6 +4,7 @@ notmuch-insert \- add a message to the maildir and notmuch database\r
73  .SH SYNOPSIS\r
74  \r
75  .B notmuch insert\r
76 +.RI "[" options "]"\r
77  .RI "[ +<" tag> "|\-<" tag "> ... ]"\r
78  \r
79  .SH DESCRIPTION\r
80 @@ -28,6 +29,19 @@ If the new message is a duplicate of an existing message in the database\r
81  (it has same Message-ID), it will be added to the maildir folder and\r
82  notmuch database, but the tags will not be changed.\r
83  \r
84 +Option arguments must appear before any tag operation arguments.\r
85 +Supported options for\r
86 +.B insert\r
87 +include\r
88 +.RS 4\r
89 +.TP 4\r
90 +.BI "--folder=<" folder ">"\r
91 +\r
92 +Deliver the message to the specified folder,\r
93 +relative to the top-level directory given by the value of\r
94 +\fBdatabase.path\fR.\r
95 +The default is to deliver to the top-level directory.\r
96 +\r
97  .RE\r
98  .SH EXIT STATUS\r
99  \r
100 -- \r
101 1.7.12.1\r
102 \r