[PATCH v2] emacs: Turn id:"<message-id>" elements into buttons for
authorDaniel Schoepe <daniel.schoepe@googlemail.com>
Wed, 6 Jul 2011 14:18:00 +0000 (16:18 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:38:59 +0000 (09:38 -0800)
de/c15e5219d4b0805b8833ae5dc03c174a163f58 [new file with mode: 0644]

diff --git a/de/c15e5219d4b0805b8833ae5dc03c174a163f58 b/de/c15e5219d4b0805b8833ae5dc03c174a163f58
new file mode 100644 (file)
index 0000000..03b9728
--- /dev/null
@@ -0,0 +1,63 @@
+Return-Path: <daniel.schoepe@googlemail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 6386E431FD0\r
+       for <notmuch@notmuchmail.org>; Wed,  6 Jul 2011 07:18:12 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.799\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+       FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id NnbcGvkBlkGu for <notmuch@notmuchmail.org>;\r
+       Wed,  6 Jul 2011 07:18:11 -0700 (PDT)\r
+Received: from mail-fx0-f46.google.com (mail-fx0-f46.google.com\r
+       [209.85.161.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id A8442431FB6\r
+       for <notmuch@notmuchmail.org>; Wed,  6 Jul 2011 07:18:11 -0700 (PDT)\r
+Received: by fxh19 with SMTP id 19so138086fxh.19\r
+       for <notmuch@notmuchmail.org>; Wed, 06 Jul 2011 07:18:10 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
+       d=googlemail.com; s=gamma;\r
+       h=from:to:subject:date:message-id:x-mailer:in-reply-to:references;\r
+       bh=pmL2lw0XcPDWcwvV9Y1V+8zcu7p+8IP3jx2oBOUvw5A=;\r
+       b=c9x/0eBZK1hrVc4QLOS9m819qToR4h048ISdJU/zZgMKnslfyzMGZ3AxwX00FkbZca\r
+       0ZpT3rY3sWF9G+VMb9i6Mso9yysTYpnY9V1oC4mC5NE11Kyan0OIVfa+2nTZ672uvoOs\r
+       qXOr7EIJXKPEeWt8fJo9Kop8NhMOQZk5P74Uk=\r
+Received: by 10.223.36.89 with SMTP id s25mr3607961fad.9.1309961890271;\r
+       Wed, 06 Jul 2011 07:18:10 -0700 (PDT)\r
+Received: from localhost (dslb-088-069-135-087.pools.arcor-ip.net\r
+       [88.69.135.87])\r
+       by mx.google.com with ESMTPS id w15sm6050579faj.47.2011.07.06.07.18.08\r
+       (version=TLSv1/SSLv3 cipher=OTHER);\r
+       Wed, 06 Jul 2011 07:18:09 -0700 (PDT)\r
+From: Daniel Schoepe <daniel.schoepe@googlemail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v2] emacs: Turn id:"<message-id>" elements into buttons for\r
+Date: Wed,  6 Jul 2011 16:18:00 +0200\r
+Message-Id: <1309961881-28333-1-git-send-email-daniel.schoepe@googlemail.com>\r
+X-Mailer: git-send-email 1.7.5.4\r
+In-Reply-To: <1309896760-378-1-git-send-email-daniel.schoepe@googlemail.com>\r
+References: <1309896760-378-1-git-send-email-daniel.schoepe@googlemail.com>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 06 Jul 2011 14:18:12 -0000\r
+\r
+I forgot to (require 'goto-addr), which caused a warning about\r
+goto-address-mail-face.\r
+\r