[PATCH] lib: provide _notmuch_database_log_append
[notmuch-archives.git] / 76 / ee300e2b91b46616fa207c116c51ef1734f8a8
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 710CA429E26\r
6         for <notmuch@notmuchmail.org>; Tue,  2 Apr 2013 15:43:10 -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 Ie1-GMklEgDt for <notmuch@notmuchmail.org>;\r
17         Tue,  2 Apr 2013 15:43:09 -0700 (PDT)\r
18 Received: from mail-pa0-f48.google.com (mail-pa0-f48.google.com\r
19         [209.85.220.48]) (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 97B34429E28\r
22         for <notmuch@notmuchmail.org>; Tue,  2 Apr 2013 15:42:56 -0700 (PDT)\r
23 Received: by mail-pa0-f48.google.com with SMTP id lj1so539524pab.35\r
24         for <notmuch@notmuchmail.org>; Tue, 02 Apr 2013 15:42:55 -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=/Xo7ZdjQc/pocJQ9G//r39ai1NotkXYOtv5hIw4izTs=;\r
28         b=bGkh/Dx6b+xKS7du25+lIE8883GDLVKndaU0P6+9EhI0a07NUTsSA+/UgVR+LmLxkT\r
29         OmtEXPXwVH0wveH92QPyCV0o54KoACdMa0wb9J1oDLZY8wmhkCzFgIneg+KLBLGKijen\r
30         cBfp5t50JFUm+bs4fu1GbZPQZsDsm0jJ9ROYASqKZOPvL+dnMrBkFNho9Y7FpiCWNenj\r
31         bENK5fsnYS4a2F9ddf/vpGjHygyzuh1s23CYZOo14wmI3GsCIn9th5OgjXPRVAHFwj6a\r
32         Tr5Z7rkEB1j5C0NrETvFowpXTewVZilJ3u3YY6W3NTlIVAQDRJSQK1OCFzZ6LogUfC8V\r
33         weWA==\r
34 X-Received: by 10.68.14.165 with SMTP id q5mr26724205pbc.125.1364942575806;\r
35         Tue, 02 Apr 2013 15:42:55 -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 pg7sm3293738pbc.5.2013.04.02.15.42.53\r
39         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
40         Tue, 02 Apr 2013 15:42:55 -0700 (PDT)\r
41 From: Peter Wang <novalazy@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v5 08/12] man: document insert --folder option\r
44 Date: Wed,  3 Apr 2013 09:41:53 +1100\r
45 Message-Id: <1364942517-6982-9-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:10 -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 870e1bc..0d7bccd 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 SEE ALSO\r
99  \r
100 -- \r
101 1.7.12.1\r
102 \r