Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 6b / 84e1c4ab777c038397279d3e2ddcfb2021203d
1 Return-Path: <bremner@tethera.net>\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 arlo.cworth.org (Postfix) with ESMTP id 12A506DE01F7\r
6  for <notmuch@notmuchmail.org>; Sun,  5 Jun 2016 03:24:41 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.012\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.012 tagged_above=-999 required=5\r
12  tests=[AWL=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01]\r
13  autolearn=disabled\r
14 Received: from arlo.cworth.org ([127.0.0.1])\r
15  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
16  with ESMTP id t8Uc8eFP3gBb for <notmuch@notmuchmail.org>;\r
17  Sun,  5 Jun 2016 03:24:33 -0700 (PDT)\r
18 Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
19  by arlo.cworth.org (Postfix) with ESMTPS id 1FACB6DE01D0\r
20  for <notmuch@notmuchmail.org>; Sun,  5 Jun 2016 03:24:33 -0700 (PDT)\r
21 Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
22  (envelope-from <bremner@tethera.net>)\r
23  id 1b9VE9-0004NT-CS; Sun, 05 Jun 2016 06:24:17 -0400\r
24 Received: (nullmailer pid 4988 invoked by uid 1000);\r
25  Sun, 05 Jun 2016 10:24:25 -0000\r
26 From: David Bremner <david@tethera.net>\r
27 To: Daniel Kahn Gillmor <dkg@fifthhorseman.net>,\r
28  David Bremner <david@tethera.net>, notmuch@notmuchmail.org\r
29 Subject: [PATCH] doc: document notmuch-dump header line\r
30 Date: Sun,  5 Jun 2016 07:24:18 -0300\r
31 Message-Id: <1465122258-4940-1-git-send-email-david@tethera.net>\r
32 X-Mailer: git-send-email 2.8.1\r
33 In-Reply-To: <87y46mpcbf.fsf@alice.fifthhorseman.net>\r
34 References: <87y46mpcbf.fsf@alice.fifthhorseman.net>\r
35 X-BeenThere: notmuch@notmuchmail.org\r
36 X-Mailman-Version: 2.1.20\r
37 Precedence: list\r
38 List-Id: "Use and development of the notmuch mail system."\r
39  <notmuch.notmuchmail.org>\r
40 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
41  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
42 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
43 List-Post: <mailto:notmuch@notmuchmail.org>\r
44 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
45 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
46  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
47 X-List-Received-Date: Sun, 05 Jun 2016 10:24:41 -0000\r
48 \r
49 This was introduced with the libconfig changes, but not documented then.\r
50 ---\r
51  doc/man1/notmuch-dump.rst | 10 +++++++++-\r
52  1 file changed, 9 insertions(+), 1 deletion(-)\r
53 \r
54 diff --git a/doc/man1/notmuch-dump.rst b/doc/man1/notmuch-dump.rst\r
55 index eda9e07..ecbeafe 100644\r
56 --- a/doc/man1/notmuch-dump.rst\r
57 +++ b/doc/man1/notmuch-dump.rst\r
58 @@ -86,7 +86,15 @@ Supported options for **dump** include\r
59         Output per-message metadata, namely tags. See *format* above\r
60         for description of the output.\r
61  \r
62 -      The default is to include both tags and configuration information\r
63 +      The default is to include both tags and configuration\r
64 +      information. As of version 2 of the dump format, there is a\r
65 +      header line of the following form\r
66 +|\r
67 +\r
68 +        #notmuch-dump <*format*>:<*version*> <*included*>\r
69 +\r
70 +      where <*included*> is a comma separated list of the above\r
71 +      options.\r
72  \r
73      ``--output=``\ <filename>\r
74          Write output to given file instead of stdout.\r
75 -- \r
76 2.8.1\r
77 \r