Re: [PATCH v4 13/16] add indexopts to notmuch python bindings.
[notmuch-archives.git] / ee / bc675b7178c5ddd46673033e5aa877715f7eb2
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 34C0C431FDB\r
6         for <notmuch@notmuchmail.org>; Thu, 24 Jan 2013 04:09:39 -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 Lpf6a53qYkSg for <notmuch@notmuchmail.org>;\r
17         Thu, 24 Jan 2013 04:09:38 -0800 (PST)\r
18 Received: from mail-pb0-f48.google.com (mail-pb0-f48.google.com\r
19         [209.85.160.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 2A23A431E62\r
22         for <notmuch@notmuchmail.org>; Thu, 24 Jan 2013 04:09:35 -0800 (PST)\r
23 Received: by mail-pb0-f48.google.com with SMTP id wy12so4041358pbc.7\r
24         for <notmuch@notmuchmail.org>; Thu, 24 Jan 2013 04:09:34 -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=Fs8OBqnHa/QGdajf19+BycLi0aPjZ25O9SHGMttzFWU=;\r
28         b=y6KEOcuf5ugiDwaO/Hmy4XijQZpqgLZR7HpJwUAPZi/nDimKXbmVayguCJHcR8XJ0e\r
29         gbJz+ZII+tEdYGZGgMj16IUDb+rxJIN2YJklrPFAfSRGa+wUU0O8eFSQWNyAaVMubEG1\r
30         IQqLZZcRW5cbAjpkpi47SUa36fNEdaJS2shC9JS9egyJ32jm5jS6StZzafYJxOqyqxbX\r
31         UrujuLSqE+tg9PTbXazM5jhZXrry12rURrMVScZX99ch3sGnebfJR6DnG67WrfnLokOt\r
32         dmPjPgkUquLq2a61fXsh/mp85OP+JXm9LIVyw6B8TsMa3DkE2C3h+zr82y5xCBI/UrlQ\r
33         3lqQ==\r
34 X-Received: by 10.68.220.6 with SMTP id ps6mr4193850pbc.80.1359029374387;\r
35         Thu, 24 Jan 2013 04:09:34 -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 rq7sm14772536pbc.69.2013.01.24.04.09.32\r
39         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
40         Thu, 24 Jan 2013 04:09:33 -0800 (PST)\r
41 From: Peter Wang <novalazy@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v4 04/12] man: document 'insert' command\r
44 Date: Thu, 24 Jan 2013 23:08:00 +1100\r
45 Message-Id: <1359029288-12132-5-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:09:39 -0000\r
62 \r
63 Add initial documentation for notmuch insert command.\r
64 ---\r
65  man/Makefile.local        |  1 +\r
66  man/man1/notmuch-insert.1 | 37 +++++++++++++++++++++++++++++++++++++\r
67  2 files changed, 38 insertions(+)\r
68  create mode 100644 man/man1/notmuch-insert.1\r
69 \r
70 diff --git a/man/Makefile.local b/man/Makefile.local\r
71 index 72e2a18..216aaa0 100644\r
72 --- a/man/Makefile.local\r
73 +++ b/man/Makefile.local\r
74 @@ -12,6 +12,7 @@ MAN1 := \\r
75         $(dir)/man1/notmuch-count.1 \\r
76         $(dir)/man1/notmuch-dump.1 \\r
77         $(dir)/man1/notmuch-restore.1 \\r
78 +       $(dir)/man1/notmuch-insert.1 \\r
79         $(dir)/man1/notmuch-new.1 \\r
80         $(dir)/man1/notmuch-reply.1 \\r
81         $(dir)/man1/notmuch-search.1 \\r
82 diff --git a/man/man1/notmuch-insert.1 b/man/man1/notmuch-insert.1\r
83 new file mode 100644\r
84 index 0000000..387e274\r
85 --- /dev/null\r
86 +++ b/man/man1/notmuch-insert.1\r
87 @@ -0,0 +1,37 @@\r
88 +.TH NOTMUCH-INSERT 1 2013-xx-xx "Notmuch 0.xx"\r
89 +.SH NAME\r
90 +notmuch-insert \- add a message to the maildir and notmuch database\r
91 +.SH SYNOPSIS\r
92 +\r
93 +.B notmuch insert\r
94 +.RI "[ +<" tag> "|\-<" tag "> ... ]"\r
95 +\r
96 +.SH DESCRIPTION\r
97 +\r
98 +.B notmuch insert\r
99 +reads a message from standard input\r
100 +and delivers it to the specified maildir folder,\r
101 +then incorporates the message into the notmuch database.\r
102 +It is an alternative to using a separate tool to deliver\r
103 +the message then running\r
104 +.B notmuch new\r
105 +afterwards.\r
106 +\r
107 +The new message will be tagged with the tags specified by the\r
108 +.B new.tags\r
109 +configuration option, then by operations specified on the command-line:\r
110 +tags prefixed by '+' are added while\r
111 +those prefixed by '\-' are removed.\r
112 +\r
113 +If the new message is a duplicate of an existing message in the database\r
114 +(it has same Message-ID), it will be added to the maildir folder and\r
115 +notmuch database, but the tags will not be changed.\r
116 +\r
117 +.RE\r
118 +.SH SEE ALSO\r
119 +\r
120 +\fBnotmuch\fR(1), \fBnotmuch-config\fR(1), \fBnotmuch-count\fR(1),\r
121 +\fBnotmuch-dump\fR(1), \fBnotmuch-hooks\fR(5), \fBnotmuch-reply\fR(1),\r
122 +\fBnotmuch-restore\fR(1), \fBnotmuch-search\fR(1),\r
123 +\fBnotmuch-search-terms\fR(7), \fBnotmuch-show\fR(1),\r
124 +\fBnotmuch-tag\fR(1)\r
125 -- \r
126 1.7.12.1\r
127 \r