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 84518431FBF for ; Tue, 11 Feb 2014 21:52:05 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.077 X-Spam-Level: X-Spam-Status: No, score=-0.077 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HS_INDEX_PARAM=0.023] 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 0CDtCwjceiRr for ; Tue, 11 Feb 2014 21:52:02 -0800 (PST) Received: from jedbrown.org (jedbrown.org [198.199.121.66]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id F1E33431FBD for ; Tue, 11 Feb 2014 21:52:01 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by jedbrown.org (Postfix) with ESMTPSA id 27DE080D88; Wed, 12 Feb 2014 05:52:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=jedbrown.org; s=20131023; t=1392184321; bh=ld0KhfuJIPDmWZrIX5humJnnsThTjgfzc0lloWtBq9I=; h=From:To:Cc:Subject:Date; b=dntZq5RXKTx6qBshlrNzf+IyjEDLfSOSZ37CzUivH/VDYlFt0m3kZ2Kf9/0zF49E1 HbzAGHC0Yk/fdEXz1x67MS92Hf3ad2rWwjdFAnySOqSfFREbDl45fr7OpLIbrryJcY D1FtM943febeuSKNJOVe+MSfxVwlxLmIzCbuQoEQ= From: Jed Brown To: notmuch@notmuchmail.org Subject: [PATCH] emacs: update alist for mail-archive.com API change Date: Tue, 11 Feb 2014 22:51:10 -0700 Message-Id: <1392184270-29332-1-git-send-email-jed@jedbrown.org> X-Mailer: git-send-email 1.8.5.4 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: Wed, 12 Feb 2014 05:52:05 -0000 Searching by Message-Id no longer works via the old mail-archive.com API, though I have contacted them in hopes that they restore it to prevent dead links. Anyway, the new API is cleaner. --- emacs/notmuch-show.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 1ac80ca..88752f1 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -171,7 +171,7 @@ each attachment handler is logged in buffers with names beginning (defcustom notmuch-show-stash-mlarchive-link-alist '(("Gmane" . "http://mid.gmane.org/") ("MARC" . "http://marc.info/?i=") - ("Mail Archive, The" . "http://mail-archive.com/search?l=mid&q=") + ("Mail Archive, The" . "http://mid.mail-archive.com/") ("LKML" . "http://lkml.kernel.org/r/") ;; FIXME: can these services be searched by `Message-Id' ? ;; ("MarkMail" . "http://markmail.org/") -- 1.8.5.4