Re: [feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / c2 / b0c418204cce9f21d4784ddb225d899c5fe7b4
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 3607A6DE0281\r
6  for <notmuch@notmuchmail.org>; Sun,  5 Jun 2016 15:24:15 -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 V8C7SuPWx07b for <notmuch@notmuchmail.org>;\r
17  Sun,  5 Jun 2016 15:24:06 -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 B81556DE01C2\r
20  for <notmuch@notmuchmail.org>; Sun,  5 Jun 2016 15:24:06 -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 1b9gSW-0004nP-6V; Sun, 05 Jun 2016 18:23:52 -0400\r
24 Received: (nullmailer pid 15280 invoked by uid 1000);\r
25  Sun, 05 Jun 2016 22:24:00 -0000\r
26 From: David Bremner <david@tethera.net>\r
27 To: David Bremner <david@tethera.net>, notmuch@notmuchmail.org\r
28 Subject: [PATCH] doc: document notmuch-dump header line\r
29 Date: Sun,  5 Jun 2016 19:23:58 -0300\r
30 Message-Id: <1465165438-15230-1-git-send-email-david@tethera.net>\r
31 X-Mailer: git-send-email 2.8.1\r
32 In-Reply-To: <1465122258-4940-1-git-send-email-david@tethera.net>\r
33 References: <1465122258-4940-1-git-send-email-david@tethera.net>\r
34 X-BeenThere: notmuch@notmuchmail.org\r
35 X-Mailman-Version: 2.1.20\r
36 Precedence: list\r
37 List-Id: "Use and development of the notmuch mail system."\r
38  <notmuch.notmuchmail.org>\r
39 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
40  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
41 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
42 List-Post: <mailto:notmuch@notmuchmail.org>\r
43 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
44 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
45  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
46 X-List-Received-Date: Sun, 05 Jun 2016 22:24:15 -0000\r
47 \r
48 This was introduced with the libconfig changes, but not documented then.\r
49 ---\r
50 \r
51 after some IRC discussion with Tomi, this rst is slightly less gross\r
52 \r
53  doc/man1/notmuch-dump.rst | 10 +++++++++-\r
54  1 file changed, 9 insertions(+), 1 deletion(-)\r
55 \r
56 diff --git a/doc/man1/notmuch-dump.rst b/doc/man1/notmuch-dump.rst\r
57 index eda9e07..94986a8 100644\r
58 --- a/doc/man1/notmuch-dump.rst\r
59 +++ b/doc/man1/notmuch-dump.rst\r
60 @@ -86,7 +86,15 @@ Supported options for **dump** include\r
61         Output per-message metadata, namely tags. See *format* above\r
62         for description of the output.\r
63  \r
64 -      The default is to include both tags and configuration information\r
65 +      The default is to include both tags and configuration\r
66 +      information. As of version 2 of the dump format, there is a\r
67 +      header line of the following form\r
68 +\r
69 +      |\r
70 +      |  #notmuch-dump <*format*>:<*version*> <*included*>\r
71 +\r
72 +      where <*included*> is a comma separated list of the above\r
73 +      options.\r
74  \r
75      ``--output=``\ <filename>\r
76          Write output to given file instead of stdout.\r
77 -- \r
78 2.8.1\r
79 \r