From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 0D215431FAF for ; Sun, 16 Dec 2012 17:10:00 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YOsqjBJhAzsR for ; Sun, 16 Dec 2012 17:09:58 -0800 (PST) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id 6ED8E431FAE for ; Sun, 16 Dec 2012 17:09:58 -0800 (PST) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 530D3100094; Mon, 17 Dec 2012 03:09:53 +0200 (EET) From: Tomi Ollila To: Jani Nikula , notmuch@notmuchmail.org Subject: Re: [PATCH v4 0/5] add --format=text0 to notmuch search In-Reply-To: References: User-Agent: Notmuch/0.14+116~g29fcdb5 (http://notmuchmail.org) Emacs/24.2.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.13 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, 17 Dec 2012 01:10:00 -0000 On Mon, Dec 17 2012, Tomi Ollila wrote: > On Mon, Dec 17 2012, Jani Nikula wrote: > >> Hi all, a quick rebase of id:cover.1355691124.git.jani@nikula.org to fix >> a tiny conflict in patch context of 3/5. >> >> BR, >> Jani. > > As Mark & Austin (also) gave +1 to v3 added notmuch::patch (only). Ok, it was like that already, my nmbug tree was out-of-sync (had to fix it with nmbug checkout; nmbug pull)... > Tomi Tomi >> >> Jani Nikula (5): >> sprinter: clarify separator documentation >> sprinter: add text0 formatter for null character separated text >> cli: add --format=text0 to notmuch search >> test: notmuch search --format=text0 >> man: document notmuch search --format=text0 >> >> man/man1/notmuch-search.1 | 26 ++++++++++++++++---------- >> notmuch-search.c | 16 ++++++++++++++-- >> sprinter-text.c | 22 ++++++++++++++++++++++ >> sprinter.h | 15 +++++++++++---- >> test/text | 33 +++++++++++++++++++++++++++++++++ >> 5 files changed, 96 insertions(+), 16 deletions(-)