Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 5a / 8bc735318b723ea002ad2b7c24130f782346ee
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 28305431FC4\r
6         for <notmuch@notmuchmail.org>; Fri, 21 Jun 2013 22:48:08 -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 TxsxDRGG2o9y for <notmuch@notmuchmail.org>;\r
17         Fri, 21 Jun 2013 22:48:02 -0700 (PDT)\r
18 Received: from mail-pb0-f42.google.com (mail-pb0-f42.google.com\r
19         [209.85.160.42]) (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 761FA431FCF\r
22         for <notmuch@notmuchmail.org>; Fri, 21 Jun 2013 22:47:36 -0700 (PDT)\r
23 Received: by mail-pb0-f42.google.com with SMTP id un1so8710048pbc.29\r
24         for <notmuch@notmuchmail.org>; Fri, 21 Jun 2013 22:47: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=G+N1Kng52/SZOxDbf6ewMw8j7so08lqtbLN5TcATT0E=;\r
28         b=qrRqFZLW0ULPP7aggqgZgDkmByO61Ejm+3OZDqTZXtLmLgHdfyy+0a7NlU9ONrltpN\r
29         Y0LM6g8xJ+dy7dUtdNpbNZ1S/ypPEZGBEQu1b0cjLOfCneDRKRx9hz7NuNRq9VYS8Zut\r
30         QYJtfLRivqvzS3xZhwa7fgTTchcOFerzPx12IXNCAv9GtDXki3OzeLm/r1CpeaGNcm1K\r
31         eZ8XN5guwt0Vlk6G+cchxfFwZ+mAVGx/YiMnO7qIG+IC3pOmCg9vaQEfZH9TMFPR5H8+\r
32         aBrKSCoNn4Idc3PpZHrdz4Uni0oTcc5Qkr0CXwmri0mMlOQ6uHAA7LZVa3IQ2hCypp+o\r
33         G8XQ==\r
34 X-Received: by 10.68.175.33 with SMTP id bx1mr15272145pbc.21.1371880055743;\r
35         Fri, 21 Jun 2013 22:47: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 ESMTPSA id b4sm5246227pbm.6.2013.06.21.22.47.33\r
39         for <multiple recipients>\r
40         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
41         Fri, 21 Jun 2013 22:47:35 -0700 (PDT)\r
42 From: Peter Wang <novalazy@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH v6 08/12] man: document insert --folder option\r
45 Date: Sat, 22 Jun 2013 15:46:44 +1000\r
46 Message-Id: <1371880008-18312-9-git-send-email-novalazy@gmail.com>\r
47 X-Mailer: git-send-email 1.7.12.1\r
48 In-Reply-To: <1371880008-18312-1-git-send-email-novalazy@gmail.com>\r
49 References: <1371880008-18312-1-git-send-email-novalazy@gmail.com>\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Sat, 22 Jun 2013 05:48:08 -0000\r
63 \r
64 Add documentation for notmuch insert --folder option.\r
65 ---\r
66  man/man1/notmuch-insert.1 | 14 ++++++++++++++\r
67  1 file changed, 14 insertions(+)\r
68 \r
69 diff --git a/man/man1/notmuch-insert.1 b/man/man1/notmuch-insert.1\r
70 index fbf83e0..e85fef8 100644\r
71 --- a/man/man1/notmuch-insert.1\r
72 +++ b/man/man1/notmuch-insert.1\r
73 @@ -4,6 +4,7 @@ notmuch-insert \- add a message to the maildir and notmuch database\r
74  .SH SYNOPSIS\r
75  \r
76  .B notmuch insert\r
77 +.RI "[" options "]"\r
78  .RI "[ +<" tag> "|\-<" tag "> ... ]"\r
79  \r
80  .SH DESCRIPTION\r
81 @@ -28,6 +29,19 @@ If the new message is a duplicate of an existing message in the database\r
82  (it has same Message-ID), it will be added to the maildir folder and\r
83  notmuch database, but the tags will not be changed.\r
84  \r
85 +Option arguments must appear before any tag operation arguments.\r
86 +Supported options for\r
87 +.B insert\r
88 +include\r
89 +.RS 4\r
90 +.TP 4\r
91 +.BI "--folder=<" folder ">"\r
92 +\r
93 +Deliver the message to the specified folder,\r
94 +relative to the top-level directory given by the value of\r
95 +\fBdatabase.path\fR.\r
96 +The default is to deliver to the top-level directory.\r
97 +\r
98  .RE\r
99  .SH EXIT STATUS\r
100  \r
101 -- \r
102 1.7.12.1\r
103 \r