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 4A6CD431FAF for ; Sun, 16 Dec 2012 14:05:20 -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 S+GCTavMefbD for ; Sun, 16 Dec 2012 14:05:19 -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 7E2E5431FAE for ; Sun, 16 Dec 2012 14:05:19 -0800 (PST) Received: by mail-la0-f53.google.com with SMTP id w12so4065378lag.26 for ; Sun, 16 Dec 2012 14:05:18 -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=4kVxOKf+fc/gYBcSfiOAKDxb3g3jP9SR2aWOUNMe6cM=; b=SdjcidUYdAcMAgV5+33pM7vcKii+muyiJZjaF02Dq/LVmmcLimoKBmtDsOghHs/7YU S20M46j9A6xNNJaLqiCG2VuTyDudcZrttQIc7NrpUgA9oJoVEdqDrMFok42BaC8SPs3Q GYfITyq9Q/PL7JUsbIz4yVGO1ihGTnjr2in21bT1A8vbOEhM3UG8a7JwAsIh5fr5havV nEhoehEz7KgeZJIDabExGDLrFO7/FFODwcEi5Y4AYAzIY/2wEB4mH3+Iv8qYqFbNBF+7 9KxopuXOLr3T3RIvwGSzgptnE5JlgpSmwuUvcMwX87xYIoC6BElYRLLefdfb/uuP5tSn GAKA== Received: by 10.112.25.193 with SMTP id e1mr5102143lbg.94.1355695516597; Sun, 16 Dec 2012 14:05:16 -0800 (PST) Received: from localhost (dsl-hkibrasgw4-50df51-27.dhcp.inet.fi. [80.223.81.27]) by mx.google.com with ESMTPS id k7sm4160310lbf.4.2012.12.16.14.05.14 (version=SSLv3 cipher=OTHER); Sun, 16 Dec 2012 14:05:15 -0800 (PST) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH v4 0/5] add --format=text0 to notmuch search Date: Mon, 17 Dec 2012 00:05:08 +0200 Message-Id: X-Mailer: git-send-email 1.7.10.4 X-Gm-Message-State: ALoCoQlwLx77q9DyLgLHm5XKW+Fii0CdbKNP0Ef2rUFZQ2aj5cVQXtCPYr3xJGhJ9OcR2ldcCRpw 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, 16 Dec 2012 22:05:20 -0000 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. 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(-) -- 1.7.10.4