Re: Hi all
[notmuch-archives.git] / 3b / b664cde75f4854705e8739d6fecb5bb2251a14
1 Return-Path: <jani@nikula.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 AED06431FB6\r
6         for <notmuch@notmuchmail.org>; Thu,  2 May 2013 06:15:21 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.677\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.677 tagged_above=-999 required=5\r
12         tests=[HS_INDEX_PARAM=0.023, RCVD_IN_DNSWL_LOW=-0.7]\r
13         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 mivo6XzD2vxr for <notmuch@notmuchmail.org>;\r
17         Thu,  2 May 2013 06:15:18 -0700 (PDT)\r
18 Received: from mail-ea0-f173.google.com (mail-ea0-f173.google.com\r
19         [209.85.215.173]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id E7300431FAF\r
22         for <notmuch@notmuchmail.org>; Thu,  2 May 2013 06:15:17 -0700 (PDT)\r
23 Received: by mail-ea0-f173.google.com with SMTP id d10so259826eaj.4\r
24         for <notmuch@notmuchmail.org>; Thu, 02 May 2013 06:15:16 -0700 (PDT)\r
25 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
26         d=google.com; s=20120113;\r
27         h=x-received:from:to:cc:subject:date:message-id:x-mailer\r
28         :x-gm-message-state;\r
29         bh=n0XMlT/Ffg0x5CCvnmzz1Wxz8LNg6SrZefb+RWloBfM=;\r
30         b=OZbauR82VcLVzjX+TsIeOSGv5ylkLUzJZKVRbVWA2uqDWyGqF4F+N80L/dUaDDI52J\r
31         pJg6g0UgO5iAnCUPC6gxT71VP4oRblJr3uVty8b+6UomOZpESXJfisGPEiCUHpwUZSbz\r
32         4SPeO28QabvOKBAH3SWIY7uQWflnPQHfm/Z7vXuJmKtZzVzrd2b+NYZegyiMi65qyXGp\r
33         aVC3yDkLNR4qtoZyRZWEAXhjEk8X+nE69ac9Jj7Z1C+pdJCyK3A0kHRWm7ssgXUY5HKN\r
34         sHl231VjRlGgpgWeuY7yInHHwyWjHz2IUYBmN6cL/fypFCBdKM5bgwLkWeouZygat+T0\r
35         xNHA==\r
36 X-Received: by 10.14.105.1 with SMTP id j1mr19668032eeg.6.1367500515358;\r
37         Thu, 02 May 2013 06:15:15 -0700 (PDT)\r
38 Received: from localhost ([2001:4b98:dc0:43:216:3eff:fe1b:25f3])\r
39         by mx.google.com with ESMTPSA id bk42sm9709968eeb.3.2013.05.02.06.15.13\r
40         for <multiple recipients>\r
41         (version=TLSv1.1 cipher=RC4-SHA bits=128/128);\r
42         Thu, 02 May 2013 06:15:14 -0700 (PDT)\r
43 From: Jani Nikula <jani@nikula.org>\r
44 To: notmuch@notmuchmail.org\r
45 Subject: [PATCH] emacs: add kernel.org mail archive redirector\r
46 Date: Thu,  2 May 2013 15:15:07 +0200\r
47 Message-Id: <1367500507-26791-1-git-send-email-jani@nikula.org>\r
48 X-Mailer: git-send-email 1.7.2.5\r
49 X-Gm-Message-State:\r
50  ALoCoQnp7FaJttSEfb9d7AnUV04d/7Pe1tYSoGnpymioLri9DAEnIgfrb+E6xWdep8iNCFffCPqk\r
51 X-BeenThere: notmuch@notmuchmail.org\r
52 X-Mailman-Version: 2.1.13\r
53 Precedence: list\r
54 List-Id: "Use and development of the notmuch mail system."\r
55         <notmuch.notmuchmail.org>\r
56 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
58 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
59 List-Post: <mailto:notmuch@notmuchmail.org>\r
60 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
61 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
62         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
63 X-List-Received-Date: Thu, 02 May 2013 13:15:21 -0000\r
64 \r
65 See http://lkml.kernel.org/\r
66 ---\r
67  emacs/notmuch-show.el |    1 +\r
68  1 files changed, 1 insertions(+), 0 deletions(-)\r
69 \r
70 diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
71 index face2a0..423dd58 100644\r
72 --- a/emacs/notmuch-show.el\r
73 +++ b/emacs/notmuch-show.el\r
74 @@ -157,6 +157,7 @@ indentation."\r
75    '(("Gmane" . "http://mid.gmane.org/")\r
76      ("MARC" . "http://marc.info/?i=")\r
77      ("Mail Archive, The" . "http://mail-archive.com/search?l=mid&q=")\r
78 +    ("LKML" . "http://lkml.kernel.org/r/")\r
79      ;; FIXME: can these services be searched by `Message-Id' ?\r
80      ;; ("MarkMail" . "http://markmail.org/")\r
81      ;; ("Nabble" . "http://nabble.com/")\r
82 -- \r
83 1.7.2.5\r
84 \r