Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 8E4C4431FAF for ; Sun, 9 Dec 2012 06:56:06 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 KOwrpr0ukkKL for ; Sun, 9 Dec 2012 06:56:06 -0800 (PST) Received: from mail-la0-f53.google.com (mail-la0-f53.google.com [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id C6705431FAE for ; Sun, 9 Dec 2012 06:56:05 -0800 (PST) Received: by mail-la0-f53.google.com with SMTP id w12so1484151lag.26 for ; Sun, 09 Dec 2012 06:56:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state; bh=uQSkpPft1sj2GlO2X7ynrJrJ2+MSCNRWcgTUhhiPELs=; b=LVJ48z7I46nyKPn4wmrqBy9QOlOdHwKymM8bUj7qiD+a4csF6JUy7JpQm+8VTBVouj F5dDgflnHUGyHpRjHaqAxJVp3K1ntQMbWDs4/qErdX7ju4h8dp/qeyk/N4ThvW2swTVq 9j+JF+nvQLQzxBCoHemGH4H+ZoPcRRIFtX4tYj9/aZUpDRCSpedrFHbbbs2IxIo31dWm xSzXGojks4RGWxvQDzxmBOZJs7yOKZVBaBc2HYOTZwvQ14EK4CSdD1pRNGrZBLbQiar4 lwidcEMS8YUw6vNXeNdaofk5J11/Zh9f6D5zv6CyW2AZKsSStrSwXpUw7LjpfJwDaG6q bHzw== Received: by 10.112.23.233 with SMTP id p9mr4964490lbf.6.1355064962834; Sun, 09 Dec 2012 06:56:02 -0800 (PST) Received: from localhost (dsl-hkibrasgw4-fe51df00-27.dhcp.inet.fi. [80.223.81.27]) by mx.google.com with ESMTPS id ee5sm6705109lbb.14.2012.12.09.06.56.00 (version=SSLv3 cipher=OTHER); Sun, 09 Dec 2012 06:56:01 -0800 (PST) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH v2 0/4] cli: add notmuch search --format=text0 Date: Sun, 9 Dec 2012 16:55:55 +0200 Message-Id: X-Mailer: git-send-email 1.7.10.4 X-Gm-Message-State: ALoCoQkm1i2q3LL10Z/sQX6F2DFor3gz87ePUNkgMtrhmvOQ2CIB1vcM/AKMtn6mlhT5VH7XKJYi 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: Sun, 09 Dec 2012 14:56:07 -0000 This is v2 of [1], with a rebase, disallowing --format=text0 --output=summary combination per Mark's suggestion, and adding man page and tests. BR, Jani. [1] id:30f03a18ed10c221c13b6672f90654963c76452d.1354832980.git.jani@nikula.org Jani Nikula (4): 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 | 6 ++++++ test/text | 29 +++++++++++++++++++++++++++++ 5 files changed, 87 insertions(+), 12 deletions(-) -- 1.7.10.4