[PATCH 4/4] Update NEWS for user.other_name
[notmuch-archives.git] / 4a / 2823357d1493a54b57d14684cf494a371d0965
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 248E5431FB6\r
6         for <notmuch@notmuchmail.org>; Wed, 25 Jul 2012 06:44:42 -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 54vC6sM2tbHi for <notmuch@notmuchmail.org>;\r
17         Wed, 25 Jul 2012 06:44:41 -0700 (PDT)\r
18 Received: from mail-pb0-f53.google.com (mail-pb0-f53.google.com\r
19         [209.85.160.53]) (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 2110A429E2F\r
22         for <notmuch@notmuchmail.org>; Wed, 25 Jul 2012 06:44:36 -0700 (PDT)\r
23 Received: by mail-pb0-f53.google.com with SMTP id rr13so1767731pbb.26\r
24         for <notmuch@notmuchmail.org>; Wed, 25 Jul 2012 06:44:35 -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=w4tmVfn9nhdL3T0f36rW7la6AxHiLOHFHdG9Xn8G3e0=;\r
28         b=hXRa1BDLHbfvaEC1cQT1z9fAsFXcycu+VbXfaF1Y2EpCtaRj96TPfvNLS8VVaC2VHE\r
29         dyggRzB10ZnzSWAt3UKLBAtjOm0CcTIREhS02B/x8QJs+RSamHmIQTtd7wjUsQgfs3u2\r
30         /BFL7nkkuBUEeQLoqG1PeN0ALFEpMlbfP7DL/eZEi782+yfrzsX1vKyD55Z7kGS0f/P5\r
31         RNvw2l/VkR/D6N4HeKBL3bSLBGTjC3C74UyMkKuETXyTidrMMOZ9yI374Sl0SkAPCcXZ\r
32         jEJvRk80AKFVrqAT0ILgbGNwFyNW+NBwd/gLa9oy1fNTsr92U/bFP+pN9Ys6A0csBcvB\r
33         MJ/A==\r
34 Received: by 10.68.232.197 with SMTP id tq5mr53461113pbc.53.1343223875934;\r
35         Wed, 25 Jul 2012 06:44:35 -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 ov8sm3212359pbb.2.2012.07.25.06.44.33\r
39         (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Wed, 25 Jul 2012 06:44:35 -0700 (PDT)\r
41 From: Peter Wang <novalazy@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH 14/18] man: document 'insert' command\r
44 Date: Wed, 25 Jul 2012 23:42:43 +1000\r
45 Message-Id: <1343223767-9812-14-git-send-email-novalazy@gmail.com>\r
46 X-Mailer: git-send-email 1.7.4.4\r
47 In-Reply-To: <1343223767-9812-1-git-send-email-novalazy@gmail.com>\r
48 References: <1343223767-9812-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: Wed, 25 Jul 2012 13:44:42 -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 |   50 +++++++++++++++++++++++++++++++++++++++++++++\r
67  2 files changed, 51 insertions(+), 0 deletions(-)\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 d43a949..f91bfd4 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..7d281b5\r
85 --- /dev/null\r
86 +++ b/man/man1/notmuch-insert.1\r
87 @@ -0,0 +1,50 @@\r
88 +.TH NOTMUCH-INSERT 1 2012-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 "[" options "]"\r
95 +.RI "--"\r
96 +.RI "[ +<" tag> "|\-<" tag "> ... ]"\r
97 +\r
98 +.SH DESCRIPTION\r
99 +\r
100 +.B notmuch insert\r
101 +reads a message from standard input and delivers it to the specified\r
102 +maildir folder, then incorporates the message into the notmuch\r
103 +database.  It is an alternative to using a separate tool to deliver\r
104 +the message then running\r
105 +.B notmuch new\r
106 +afterwards.\r
107 +\r
108 +The new message will be tagged with the tags specified by the\r
109 +.B new.tags\r
110 +configuration option.\r
111 +Additional tagging operations may be specified on the command-line.\r
112 +Tags prefixed by '+' are added while those prefixed by '\-' are\r
113 +removed.  notmuch will warn about ambiguous tag removal arguments\r
114 +which may be confused with option arguments.  It is recommended to use\r
115 +the option list terminator "--" to avoid ambiguity.\r
116 +\r
117 +Supported options for\r
118 +.B insert\r
119 +include\r
120 +.RS 4\r
121 +.TP 4\r
122 +.BI "--folder=<" folder ">"\r
123 +\r
124 +Deliver the message to the\r
125 +.RI Maildir/ folder\r
126 +directory, which must already exist.\r
127 +The default is to deliver to the top-level directory.\r
128 +\r
129 +.RE\r
130 +.RE\r
131 +.SH SEE ALSO\r
132 +\r
133 +\fBnotmuch\fR(1), \fBnotmuch-config\fR(1), \fBnotmuch-count\fR(1),\r
134 +\fBnotmuch-dump\fR(1), \fBnotmuch-hooks\fR(5), \fBnotmuch-reply\fR(1),\r
135 +\fBnotmuch-restore\fR(1), \fBnotmuch-search\fR(1),\r
136 +\fBnotmuch-search-terms\fR(7), \fBnotmuch-show\fR(1),\r
137 +\fBnotmuch-tag\fR(1)\r
138 -- \r
139 1.7.4.4\r
140 \r