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