Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 39CCE6DE0281 for ; Sun, 5 Jun 2016 23:38:39 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.575 X-Spam-Level: X-Spam-Status: No, score=0.575 tagged_above=-999 required=5 tests=[AWL=-0.077, SPF_NEUTRAL=0.652] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2sm4UxNgXTbb for ; Sun, 5 Jun 2016 23:38:30 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id 857536DE01C2 for ; Sun, 5 Jun 2016 23:38:29 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 2C190100104; Mon, 6 Jun 2016 09:38:09 +0300 (EEST) From: Tomi Ollila To: David Bremner , notmuch@notmuchmail.org Subject: Re: [PATCH] doc: document notmuch-dump header line In-Reply-To: <1465165438-15230-1-git-send-email-david@tethera.net> References: <1465122258-4940-1-git-send-email-david@tethera.net> <1465165438-15230-1-git-send-email-david@tethera.net> User-Agent: Notmuch/0.22+32~gd4854c5 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jun 2016 06:38:39 -0000 On Mon, Jun 06 2016, David Bremner wrote: > This was introduced with the libconfig changes, but not documented then. > --- > > after some IRC discussion with Tomi, this rst is slightly less gross LGTM. Tomi > doc/man1/notmuch-dump.rst | 10 +++++++++- > 1 file changed, 9 insertions(+), 1 deletion(-) > > diff --git a/doc/man1/notmuch-dump.rst b/doc/man1/notmuch-dump.rst > index eda9e07..94986a8 100644 > --- a/doc/man1/notmuch-dump.rst > +++ b/doc/man1/notmuch-dump.rst > @@ -86,7 +86,15 @@ Supported options for **dump** include > Output per-message metadata, namely tags. See *format* above > for description of the output. > > - The default is to include both tags and configuration information > + The default is to include both tags and configuration > + information. As of version 2 of the dump format, there is a > + header line of the following form > + > + | > + | #notmuch-dump <*format*>:<*version*> <*included*> > + > + where <*included*> is a comma separated list of the above > + options. > > ``--output=``\ > Write output to given file instead of stdout. > -- > 2.8.1 > > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > https://notmuchmail.org/mailman/listinfo/notmuch