--- /dev/null
+Return-Path: <jani@nikula.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id 4A6CD431FAF\r
+ for <notmuch@notmuchmail.org>; Sun, 16 Dec 2012 14:05:20 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.7\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
+ tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id S+GCTavMefbD for <notmuch@notmuchmail.org>;\r
+ Sun, 16 Dec 2012 14:05:19 -0800 (PST)\r
+Received: from mail-la0-f53.google.com (mail-la0-f53.google.com\r
+ [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 7E2E5431FAE\r
+ for <notmuch@notmuchmail.org>; Sun, 16 Dec 2012 14:05:19 -0800 (PST)\r
+Received: by mail-la0-f53.google.com with SMTP id w12so4065378lag.26\r
+ for <notmuch@notmuchmail.org>; Sun, 16 Dec 2012 14:05:18 -0800 (PST)\r
+X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
+ d=google.com; s=20120113;\r
+ h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state;\r
+ bh=4kVxOKf+fc/gYBcSfiOAKDxb3g3jP9SR2aWOUNMe6cM=;\r
+ b=SdjcidUYdAcMAgV5+33pM7vcKii+muyiJZjaF02Dq/LVmmcLimoKBmtDsOghHs/7YU\r
+ S20M46j9A6xNNJaLqiCG2VuTyDudcZrttQIc7NrpUgA9oJoVEdqDrMFok42BaC8SPs3Q\r
+ GYfITyq9Q/PL7JUsbIz4yVGO1ihGTnjr2in21bT1A8vbOEhM3UG8a7JwAsIh5fr5havV\r
+ nEhoehEz7KgeZJIDabExGDLrFO7/FFODwcEi5Y4AYAzIY/2wEB4mH3+Iv8qYqFbNBF+7\r
+ 9KxopuXOLr3T3RIvwGSzgptnE5JlgpSmwuUvcMwX87xYIoC6BElYRLLefdfb/uuP5tSn\r
+ GAKA==\r
+Received: by 10.112.25.193 with SMTP id e1mr5102143lbg.94.1355695516597;\r
+ Sun, 16 Dec 2012 14:05:16 -0800 (PST)\r
+Received: from localhost (dsl-hkibrasgw4-50df51-27.dhcp.inet.fi.\r
+ [80.223.81.27])\r
+ by mx.google.com with ESMTPS id k7sm4160310lbf.4.2012.12.16.14.05.14\r
+ (version=SSLv3 cipher=OTHER); Sun, 16 Dec 2012 14:05:15 -0800 (PST)\r
+From: Jani Nikula <jani@nikula.org>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v4 0/5] add --format=text0 to notmuch search\r
+Date: Mon, 17 Dec 2012 00:05:08 +0200\r
+Message-Id: <cover.1355695036.git.jani@nikula.org>\r
+X-Mailer: git-send-email 1.7.10.4\r
+X-Gm-Message-State:\r
+ ALoCoQlwLx77q9DyLgLHm5XKW+Fii0CdbKNP0Ef2rUFZQ2aj5cVQXtCPYr3xJGhJ9OcR2ldcCRpw\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sun, 16 Dec 2012 22:05:20 -0000\r
+\r
+Hi all, a quick rebase of id:cover.1355691124.git.jani@nikula.org to fix\r
+a tiny conflict in patch context of 3/5.\r
+\r
+BR,\r
+Jani.\r
+\r
+\r
+Jani Nikula (5):\r
+ sprinter: clarify separator documentation\r
+ sprinter: add text0 formatter for null character separated text\r
+ cli: add --format=text0 to notmuch search\r
+ test: notmuch search --format=text0\r
+ man: document notmuch search --format=text0\r
+\r
+ man/man1/notmuch-search.1 | 26 ++++++++++++++++----------\r
+ notmuch-search.c | 16 ++++++++++++++--\r
+ sprinter-text.c | 22 ++++++++++++++++++++++\r
+ sprinter.h | 15 +++++++++++----\r
+ test/text | 33 +++++++++++++++++++++++++++++++++\r
+ 5 files changed, 96 insertions(+), 16 deletions(-)\r
+\r
+-- \r
+1.7.10.4\r
+\r