From ecd8552de62909914b2f08e6ee35455076b583aa Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Mon, 10 Nov 2014 21:27:53 +0200 Subject: [PATCH] [PATCH 2/2] NEWS: functions in emacs notmuch-show-stash-mlarchive-link-alist --- 15/29113177752c3f426fb9ada79e13e54e85b944 | 96 +++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 15/29113177752c3f426fb9ada79e13e54e85b944 diff --git a/15/29113177752c3f426fb9ada79e13e54e85b944 b/15/29113177752c3f426fb9ada79e13e54e85b944 new file mode 100644 index 000000000..fb05f025b --- /dev/null +++ b/15/29113177752c3f426fb9ada79e13e54e85b944 @@ -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 90E90431FC9 + for ; Mon, 10 Nov 2014 11:28:13 -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 RjSWgdxEvYts for ; + Mon, 10 Nov 2014 11:28:08 -0800 (PST) +Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com + [74.125.82.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + D6858431FB6 for ; Mon, 10 Nov 2014 11:28:07 -0800 + (PST) +Received: by mail-wg0-f46.google.com with SMTP id x13so10031147wgg.5 + for ; Mon, 10 Nov 2014 11:28:04 -0800 (PST) +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; + bh=Mi9lpgNjVcNXcT3WvzQGblVmMYlzPjkTIESzkiM7qBE=; + b=VK9LZgvJK+tDGoKg2fXofKz/DCtsu2BZ1iz9knoTMQedj0rvFa6NHMOkmdzuDUZWUz + nmkiBoIHi+AUH/Qdz8wJoJ4YmtV/vHKpK+i47xpRgnIYyzVkg2xepmZMt6nsPnOdz7iM + kMgy3MY09unTcexp90V2v1MRfGSb5pTpZ5n/rzUths6SjtDF00oqJGT3ykQ05Y1e/n8d + rsxXcikzpeU7MWCQFVu9b7lc+lXjUEq04Tx3RC69dhNiuYBzfaCsEBTkmc00KaQu/pga + znk6BRNVXGAy66HR8kqvrsCLut2jwS8f0lcIJK4RDzbfadaQwUtHisgtODogVUZryEjD + TAoA== +X-Gm-Message-State: + ALoCoQmyQp5tUtuxsWhNM+M7XnGStFSEyKpyWNfBG2+5K78SygJZJVE/Zdo7T0KTJ4HFxFAr9tZV +X-Received: by 10.194.58.180 with SMTP id s20mr42925826wjq.28.1415647684074; + Mon, 10 Nov 2014 11:28:04 -0800 (PST) +Received: from localhost (dsl-hkibrasgw2-58c36d-48.dhcp.inet.fi. + [88.195.109.48]) + by mx.google.com with ESMTPSA id a8sm14538058wiz.21.2014.11.10.11.28.02 + for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Mon, 10 Nov 2014 11:28:03 -0800 (PST) +From: Jani Nikula +To: notmuch@notmuchmail.org +Subject: [PATCH 2/2] NEWS: functions in emacs + notmuch-show-stash-mlarchive-link-alist +Date: Mon, 10 Nov 2014 21:27:53 +0200 +Message-Id: <1415647673-19166-2-git-send-email-jani@nikula.org> +X-Mailer: git-send-email 2.1.1 +In-Reply-To: <1415647673-19166-1-git-send-email-jani@nikula.org> +References: <1415647673-19166-1-git-send-email-jani@nikula.org> +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: Mon, 10 Nov 2014 19:28:13 -0000 + +News for emacs: allow functions in +notmuch-show-stash-mlarchive-link-alist. +--- + NEWS | 9 +++++++++ + 1 file changed, 9 insertions(+) + +diff --git a/NEWS b/NEWS +index 0b51a6eb4327..8d7ed0af0963 100644 +--- a/NEWS ++++ b/NEWS +@@ -56,6 +56,15 @@ Improved `q` binding in notmuch buffers + buffer if there are multiple windows showing the buffer. If only a + single window is showing the buffer, it is killed. + ++`notmuch-show-stash-mlarchive-link-alist` now supports functions ++ ++ Some list archives may use a more complicated scheme for referring ++ to messages than just concatenated URL and message ID. For example, ++ patchwork requires a query to translate message ID to a patchwork ++ patch ID. `notmuch-show-stash-mlarchive-link-alist` now supports ++ functions to better cover such cases. See the help documentation for ++ the variable for details. ++ + Library changes + --------------- + +-- +2.1.1 + -- 2.26.2