From 867c11463a08f9779a7efcc97419df727ead3720 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Thu, 1 May 2014 17:42:01 +0300 Subject: [PATCH] [PATCH 4/5] NEWS: message piping working directory --- bf/bc6bf8adca32fca044de5aac02b1b488fd2600 | 96 +++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 bf/bc6bf8adca32fca044de5aac02b1b488fd2600 diff --git a/bf/bc6bf8adca32fca044de5aac02b1b488fd2600 b/bf/bc6bf8adca32fca044de5aac02b1b488fd2600 new file mode 100644 index 000000000..66e54fc2b --- /dev/null +++ b/bf/bc6bf8adca32fca044de5aac02b1b488fd2600 @@ -0,0 +1,96 @@ +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 2CEBF431FAE + for ; Thu, 1 May 2014 07:42:28 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" +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 Ed-U5MmGdRcF for ; + Thu, 1 May 2014 07:42:24 -0700 (PDT) +Received: from mail-ee0-f43.google.com (mail-ee0-f43.google.com + [74.125.83.43]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + CA26C431FBD for ; Thu, 1 May 2014 07:42:15 -0700 + (PDT) +Received: by mail-ee0-f43.google.com with SMTP id e51so2283765eek.16 + for ; Thu, 01 May 2014 07:42:14 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to + :references:in-reply-to:references; + bh=hPODyH+fWO70kX34HytWZX6gLaN8W/FsaswHqpu0APs=; + b=gamIUaYgJCrA0RwkRV/AuP+N1x50ZJ/jaUBNpOoKmuODMCAra7TOppfLJjo48rHyD+ + O/CYxUL7iXt4kekfscu23KJTxHthuEqyNtFsaOdcXLNOg3b37RL5cjdRu3+GpOITy9Z3 + QO9zK89dhi9m3Rpo13Omrdw6YW/u+pyiOKfIpJKcCjaBxKdmCQMmtRIVSy5G2XkbCB+K + YakD7lXN7qXLj2Fecgx3Cw5CNaWrueMo8xiDaZI3GOiGSSiYA/SV7c9L+ZVHNxrFzrh9 + kGi1ryOlMFi480PJ6R/WD+FSrFDlor6Fd1c3S9L6XWwqWp4VyDRoz8v898YelPJykJvW + 7fJw== +X-Gm-Message-State: + ALoCoQnTMLyvd8qgwqr/AmzTFzigSCa2R+w6a21VA+WA8WZxcVUYRD/McpjwLC1BjqSU2cf9Bfvw +X-Received: by 10.14.87.7 with SMTP id x7mr10181771eee.44.1398955334629; + Thu, 01 May 2014 07:42:14 -0700 (PDT) +Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. + [88.195.111.91]) + by mx.google.com with ESMTPSA id k2sm5154260eeg.20.2014.05.01.07.42.13 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Thu, 01 May 2014 07:42:13 -0700 (PDT) +From: Jani Nikula +To: notmuch@notmuchmail.org, + david@tethera.net +Subject: [PATCH 4/5] NEWS: message piping working directory +Date: Thu, 1 May 2014 17:42:01 +0300 +Message-Id: + +X-Mailer: git-send-email 1.9.2 +In-Reply-To: +References: <1398899916-18352-1-git-send-email-david@tethera.net> + +In-Reply-To: +References: +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: Thu, 01 May 2014 14:42:28 -0000 + +--- + NEWS | 6 ++++++ + 1 file changed, 6 insertions(+) + +diff --git a/NEWS b/NEWS +index 74a68c573f03..3d42d08684be 100644 +--- a/NEWS ++++ b/NEWS +@@ -183,6 +183,12 @@ Reply pushes mark before signature + the quoted text. The mark is now pushed before the signature, if + any, instead of end of buffer so the signature is preserved. + ++Message piping uses the originating buffer's working directory ++ ++ `notmuch-show-pipe-message` now uses the originating buffer's ++ current default directory instead of that of the `*notmuch-pipe*` ++ buffer's. ++ + nmbug + ----- + +-- +1.9.2 + -- 2.26.2