From: Jani Nikula Date: Thu, 2 May 2013 13:15:07 +0000 (+0200) Subject: [PATCH] emacs: add kernel.org mail archive redirector X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f35aad835873217eb7388fe35ec104f7cd4cb9a5;p=notmuch-archives.git [PATCH] emacs: add mail archive redirector --- diff --git a/3b/b664cde75f4854705e8739d6fecb5bb2251a14 b/3b/b664cde75f4854705e8739d6fecb5bb2251a14 new file mode 100644 index 000000000..19eb7b041 --- /dev/null +++ b/3b/b664cde75f4854705e8739d6fecb5bb2251a14 @@ -0,0 +1,84 @@ +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 AED06431FB6 + for ; Thu, 2 May 2013 06:15:21 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.677 +X-Spam-Level: +X-Spam-Status: No, score=-0.677 tagged_above=-999 required=5 + tests=[HS_INDEX_PARAM=0.023, 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 mivo6XzD2vxr for ; + Thu, 2 May 2013 06:15:18 -0700 (PDT) +Received: from mail-ea0-f173.google.com (mail-ea0-f173.google.com + [209.85.215.173]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id E7300431FAF + for ; Thu, 2 May 2013 06:15:17 -0700 (PDT) +Received: by mail-ea0-f173.google.com with SMTP id d10so259826eaj.4 + for ; Thu, 02 May 2013 06:15:16 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=google.com; s=20120113; + h=x-received:from:to:cc:subject:date:message-id:x-mailer + :x-gm-message-state; + bh=n0XMlT/Ffg0x5CCvnmzz1Wxz8LNg6SrZefb+RWloBfM=; + b=OZbauR82VcLVzjX+TsIeOSGv5ylkLUzJZKVRbVWA2uqDWyGqF4F+N80L/dUaDDI52J + pJg6g0UgO5iAnCUPC6gxT71VP4oRblJr3uVty8b+6UomOZpESXJfisGPEiCUHpwUZSbz + 4SPeO28QabvOKBAH3SWIY7uQWflnPQHfm/Z7vXuJmKtZzVzrd2b+NYZegyiMi65qyXGp + aVC3yDkLNR4qtoZyRZWEAXhjEk8X+nE69ac9Jj7Z1C+pdJCyK3A0kHRWm7ssgXUY5HKN + sHl231VjRlGgpgWeuY7yInHHwyWjHz2IUYBmN6cL/fypFCBdKM5bgwLkWeouZygat+T0 + xNHA== +X-Received: by 10.14.105.1 with SMTP id j1mr19668032eeg.6.1367500515358; + Thu, 02 May 2013 06:15:15 -0700 (PDT) +Received: from localhost ([2001:4b98:dc0:43:216:3eff:fe1b:25f3]) + by mx.google.com with ESMTPSA id bk42sm9709968eeb.3.2013.05.02.06.15.13 + for + (version=TLSv1.1 cipher=RC4-SHA bits=128/128); + Thu, 02 May 2013 06:15:14 -0700 (PDT) +From: Jani Nikula +To: notmuch@notmuchmail.org +Subject: [PATCH] emacs: add kernel.org mail archive redirector +Date: Thu, 2 May 2013 15:15:07 +0200 +Message-Id: <1367500507-26791-1-git-send-email-jani@nikula.org> +X-Mailer: git-send-email 1.7.2.5 +X-Gm-Message-State: + ALoCoQnp7FaJttSEfb9d7AnUV04d/7Pe1tYSoGnpymioLri9DAEnIgfrb+E6xWdep8iNCFffCPqk +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: Thu, 02 May 2013 13:15:21 -0000 + +See http://lkml.kernel.org/ +--- + emacs/notmuch-show.el | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el +index face2a0..423dd58 100644 +--- a/emacs/notmuch-show.el ++++ b/emacs/notmuch-show.el +@@ -157,6 +157,7 @@ indentation." + '(("Gmane" . "http://mid.gmane.org/") + ("MARC" . "http://marc.info/?i=") + ("Mail Archive, The" . "http://mail-archive.com/search?l=mid&q=") ++ ("LKML" . "http://lkml.kernel.org/r/") + ;; FIXME: can these services be searched by `Message-Id' ? + ;; ("MarkMail" . "http://markmail.org/") + ;; ("Nabble" . "http://nabble.com/") +-- +1.7.2.5 +