--- /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 29311431FAF\r
+ for <notmuch@notmuchmail.org>; Fri, 21 Dec 2012 15:18:10 -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 0aXBSr6fdfYI for <notmuch@notmuchmail.org>;\r
+ Fri, 21 Dec 2012 15:18:09 -0800 (PST)\r
+Received: from mail-la0-f51.google.com (mail-la0-f51.google.com\r
+ [209.85.215.51]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 5ED20431FAE\r
+ for <notmuch@notmuchmail.org>; Fri, 21 Dec 2012 15:18:09 -0800 (PST)\r
+Received: by mail-la0-f51.google.com with SMTP id e4so6035147lag.38\r
+ for <notmuch@notmuchmail.org>; Fri, 21 Dec 2012 15:18:07 -0800 (PST)\r
+X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
+ d=google.com; s=20120113;\r
+ h=x-received:from:to:cc:subject:date:message-id:x-mailer\r
+ :x-gm-message-state;\r
+ bh=nK/kUmcgIV6Q2oefBerPzCggYVKXBSx+nLkGPtF9U/U=;\r
+ b=DJKUjXVNp/zgPNrA4ZNHXJ0//QEs/ey1SDU3MD37WNm17CKUuyWgf5KT6xK5yeplUq\r
+ u2KF4VNO82ZJ2cDrwDzXcO1nTrix6EyebFek2kTSTpl0Y/PdoXGOYqOMvaMlyVxuKypr\r
+ Jxqz6yaax+M7AeZWdy6ptLENuhhaiB1qDAFnQwXKDhTve85NlD2/P+fe2kmY8uOEUzHx\r
+ 38Gxiqeci1agiaJXwXnpkVQtf4eN1e5o8fSuoRm/Fi9reXIlvoS7Bx7Kqd1wJjmTyA2w\r
+ ThI0Nijz54piuXagQgmtjNjwXLDV3fgJtCA68G9MJAGEhwmp7/Jh2w13oOPOcmMDiZxN\r
+ O4/A==\r
+X-Received: by 10.152.109.146 with SMTP id hs18mr5353206lab.8.1356131887753;\r
+ Fri, 21 Dec 2012 15:18:07 -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 k7sm5013143lbf.4.2012.12.21.15.18.05\r
+ (version=SSLv3 cipher=OTHER); Fri, 21 Dec 2012 15:18:06 -0800 (PST)\r
+From: Jani Nikula <jani@nikula.org>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 1/2] NEWS: notmuch search --format=text0\r
+Date: Sat, 22 Dec 2012 01:18:01 +0200\r
+Message-Id: <1356131882-14973-1-git-send-email-jani@nikula.org>\r
+X-Mailer: git-send-email 1.7.10.4\r
+X-Gm-Message-State:\r
+ ALoCoQm5+9e1aZ3C0T2mT6m7CkUm+WiBBDLUscx0mySUeSy8aCl6unPJkOfoTvVIgqopRCEBER9d\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: Fri, 21 Dec 2012 23:18:10 -0000\r
+\r
+---\r
+ NEWS | 7 +++++++\r
+ 1 file changed, 7 insertions(+)\r
+\r
+diff --git a/NEWS b/NEWS\r
+index 3e48501..e3a4ac3 100644\r
+--- a/NEWS\r
++++ b/NEWS\r
+@@ -53,6 +53,13 @@ CLI callers can now request a specific output format version\r
+ `--format-version` argument for requesting a specific version of the\r
+ structured output, enabling better compatibility and error handling.\r
+ \r
++`notmuch search` has gained a null character separated text output format\r
++\r
++ The new --format=text0 output format for `notmuch search` prints\r
++ output separated by null characters rather than newline\r
++ characters. This is similar to the find(1) -print0 option, and works\r
++ together with the xargs(1) -0 option.\r
++\r
+ Emacs Interface\r
+ ---------------\r
+ \r
+-- \r
+1.7.10.4\r
+\r