From 1e499267a8febb8be2fb4a3c86324a921a58f08f Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 4 May 2014 15:24:32 +0900 Subject: [PATCH] Re: [PATCH v2] emacs: allow functions in notmuch-show-stash-mlarchive-link-alist --- ec/e02378beb8988a602728e3a30df02bc19acb1a | 65 +++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 ec/e02378beb8988a602728e3a30df02bc19acb1a diff --git a/ec/e02378beb8988a602728e3a30df02bc19acb1a b/ec/e02378beb8988a602728e3a30df02bc19acb1a new file mode 100644 index 000000000..09add3f3c --- /dev/null +++ b/ec/e02378beb8988a602728e3a30df02bc19acb1a @@ -0,0 +1,65 @@ +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 ABCD2429E2F + for ; Sat, 3 May 2014 23:26:42 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 vsfIPf8-fbK7 for ; + Sat, 3 May 2014 23:26:37 -0700 (PDT) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 7B622431FD6 + for ; Sat, 3 May 2014 23:26:37 -0700 (PDT) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.72) (envelope-from ) + id 1Wgpr0-0005jJ-Dw; Sun, 04 May 2014 06:24:50 +0000 +Received: (nullmailer pid 13522 invoked by uid 1000); Sun, 04 May 2014 + 06:24:32 -0000 +From: David Bremner +To: Jani Nikula , notmuch@notmuchmail.org +Subject: Re: [PATCH v2] emacs: allow functions in + notmuch-show-stash-mlarchive-link-alist +In-Reply-To: <1398947711-12658-1-git-send-email-jani@nikula.org> +References: <874n1cbfyi.fsf@qmul.ac.uk> + <1398947711-12658-1-git-send-email-jani@nikula.org> +User-Agent: Notmuch/0.18~rc1 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Sun, 04 May 2014 15:24:32 +0900 +Message-ID: <87r44arrhb.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +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: Sun, 04 May 2014 06:26:42 -0000 + +Jani Nikula writes: + +> Some archives may use a more complicated scheme for referring to +> messages than just concatenated url and message-id. In particular, +> patchwork requires a query to translate message-id to a patchwork +> patch id. Allow functions in notmuch-show-stash-mlarchive-link-alist +> to facilitate this. +> + +pushed to master. + +d -- 2.26.2