Re: [PATCH v4 10/16] Add n_d_add_message_with_indexopts (extension of n_d_add_message)
[notmuch-archives.git] / 3c / 9fce4e3278c4ceb934405bb6c2883749627ac7
1 Return-Path: <jed@jedbrown.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 84518431FBF\r
6         for <notmuch@notmuchmail.org>; Tue, 11 Feb 2014 21:52:05 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.077\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.077 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         HS_INDEX_PARAM=0.023] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id 0CDtCwjceiRr for <notmuch@notmuchmail.org>;\r
17         Tue, 11 Feb 2014 21:52:02 -0800 (PST)\r
18 Received: from jedbrown.org (jedbrown.org [198.199.121.66])\r
19         (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id F1E33431FBD\r
22         for <notmuch@notmuchmail.org>; Tue, 11 Feb 2014 21:52:01 -0800 (PST)\r
23 Received: from [127.0.0.1] (localhost [127.0.0.1])\r
24         (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))\r
25         (No client certificate requested)\r
26         by jedbrown.org (Postfix) with ESMTPSA id 27DE080D88;\r
27         Wed, 12 Feb 2014 05:52:01 +0000 (UTC)\r
28 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=jedbrown.org;\r
29         s=20131023; t=1392184321;\r
30         bh=ld0KhfuJIPDmWZrIX5humJnnsThTjgfzc0lloWtBq9I=;\r
31         h=From:To:Cc:Subject:Date;\r
32         b=dntZq5RXKTx6qBshlrNzf+IyjEDLfSOSZ37CzUivH/VDYlFt0m3kZ2Kf9/0zF49E1\r
33         HbzAGHC0Yk/fdEXz1x67MS92Hf3ad2rWwjdFAnySOqSfFREbDl45fr7OpLIbrryJcY\r
34         D1FtM943febeuSKNJOVe+MSfxVwlxLmIzCbuQoEQ=\r
35 From: Jed Brown <jed@jedbrown.org>\r
36 To: notmuch@notmuchmail.org\r
37 Subject: [PATCH] emacs: update alist for mail-archive.com API change\r
38 Date: Tue, 11 Feb 2014 22:51:10 -0700\r
39 Message-Id: <1392184270-29332-1-git-send-email-jed@jedbrown.org>\r
40 X-Mailer: git-send-email 1.8.5.4\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Wed, 12 Feb 2014 05:52:05 -0000\r
54 \r
55 Searching by Message-Id no longer works via the old mail-archive.com\r
56 API, though I have contacted them in hopes that they restore it to\r
57 prevent dead links.  Anyway, the new API is cleaner.\r
58 ---\r
59  emacs/notmuch-show.el | 2 +-\r
60  1 file changed, 1 insertion(+), 1 deletion(-)\r
61 \r
62 diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
63 index 1ac80ca..88752f1 100644\r
64 --- a/emacs/notmuch-show.el\r
65 +++ b/emacs/notmuch-show.el\r
66 @@ -171,7 +171,7 @@ each attachment handler is logged in buffers with names beginning\r
67  (defcustom notmuch-show-stash-mlarchive-link-alist\r
68    '(("Gmane" . "http://mid.gmane.org/")\r
69      ("MARC" . "http://marc.info/?i=")\r
70 -    ("Mail Archive, The" . "http://mail-archive.com/search?l=mid&q=")\r
71 +    ("Mail Archive, The" . "http://mid.mail-archive.com/")\r
72      ("LKML" . "http://lkml.kernel.org/r/")\r
73      ;; FIXME: can these services be searched by `Message-Id' ?\r
74      ;; ("MarkMail" . "http://markmail.org/")\r
75 -- \r
76 1.8.5.4\r
77 \r