--- /dev/null
+Return-Path: <damien.cassou@gmail.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 C8656431FBD\r
+ for <notmuch@notmuchmail.org>; Sun, 18 Nov 2012 11:19:02 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 1.7\r
+X-Spam-Level: *\r
+X-Spam-Status: No, score=1.7 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, FREEMAIL_REPLY=2.499, RCVD_IN_DNSWL_LOW=-0.7]\r
+ 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 N3expZNIVcZ0 for <notmuch@notmuchmail.org>;\r
+ Sun, 18 Nov 2012 11:19:02 -0800 (PST)\r
+Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com\r
+ [209.85.212.173]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 155E8431FB6\r
+ for <notmuch@notmuchmail.org>; Sun, 18 Nov 2012 11:19:01 -0800 (PST)\r
+Received: by mail-wi0-f173.google.com with SMTP id hm2so5335598wib.2\r
+ for <notmuch@notmuchmail.org>; Sun, 18 Nov 2012 11:19:00 -0800 (PST)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+ h=from:to:subject:date:message-id:x-mailer;\r
+ bh=0R6Ur3kaZ4/yjybt7s7jxztm5il0Hx0nAQr5JLcDNhk=;\r
+ b=tLCn49TebTL1TUvtFw+aKkQImLeeqmLT3whUUBFIn6vEJsml84UUqqvaCpVf/aq6WS\r
+ rOyUJVhbtsLL+yuYh65npN4xPzzdi1yDsqx2f/qgtqs8Lvq+ypy1VE2xn5AVCGbvEVRd\r
+ jThstLeCDWVc8ILOxfG6up68sh7446c5eQqL1K2DOZf4fFhZCTnGGesjvjBJ8PfFzvr6\r
+ XinG16Dx0no8fOOjKI64yz1KvGDW9qSRm4APpA8oqJJ/b5VKTXi7OUHU/C9v0ABkU4zf\r
+ unXq2JLlX3XDyGVxNTvqLCMqk9eu7z352YsWSDLL53cb58dcXITYWAiHMBbQdBtm7Qu7\r
+ 4xWQ==\r
+Received: by 10.180.93.136 with SMTP id cu8mr6030591wib.7.1353266340548;\r
+ Sun, 18 Nov 2012 11:19:00 -0800 (PST)\r
+Received: from localhost.localdomain (ble59-4-82-228-190-150.fbx.proxad.net.\r
+ [82.228.190.150])\r
+ by mx.google.com with ESMTPS id i2sm10290063wiw.3.2012.11.18.11.18.58\r
+ (version=TLSv1/SSLv3 cipher=OTHER);\r
+ Sun, 18 Nov 2012 11:18:59 -0800 (PST)\r
+From: Damien Cassou <damien.cassou@gmail.com>\r
+To: notmuch mailing list <notmuch@notmuchmail.org>\r
+Subject: [PATCH v2] emacs: display tags in notmuch-show with links\r
+Date: Sun, 18 Nov 2012 20:18:38 +0100\r
+Message-Id: <1353266322-20318-1-git-send-email-damien.cassou@gmail.com>\r
+X-Mailer: git-send-email 1.7.10.4\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: Sun, 18 Nov 2012 19:19:02 -0000\r
+\r
+This patch obsoletes\r
+id:1352565719-12397-1-git-send-email-damien.cassou@gmail.com\r
+\r
+[PATCH 1/4] emacs: Add a thread's tags to emacs header-line\r
+[PATCH 2/4] emacs: Make tags in header-line clickable\r
+[PATCH 3/4] emacs: Make tags that appear in `notmuch-show' clickable\r
+[PATCH 4/4] emacs: Add unit-tests for clickable tags in notmuch-show\r
+\r
+This patch makes clickable all tags that appear in notmuch-show\r
+buffers. Each tag is a link to open a new notmuch-search buffer for\r
+this tag. Additionally, the buffer's header-line now shows the\r
+thread's tags (clickable only if the `header-button' library is loaded\r
+or loadable).\r
+\r
+This patch is the first one of an upcoming series whose goal is to\r
+integrate notmuch-labeler into notmuch. See the following for more\r
+details:\r
+https://github.com/DamienCassou/notmuch-labeler\r
+\r
+With respect to v2, I took care of the comments you made:\r
+- The header-button library is not attached to the patch anymore. The\r
+ tags in the header-line are always displayed but made clickable only\r
+ if the library is loaded or loadable.\r
+- The large patch is separated into a series of 4 smaller patches.\r
+\r
+You can follow this patch series on\r
+https://github.com/DamienCassou/notmuch/tree/labeler-integration-slow\r