--- /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 019EF431FBC\r
+ for <notmuch@notmuchmail.org>; Thu, 13 Dec 2012 05:09:38 -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 63J8f23e9gFw for <notmuch@notmuchmail.org>;\r
+ Thu, 13 Dec 2012 05:09:37 -0800 (PST)\r
+Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com\r
+ [209.85.212.175]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 4E874431FB6\r
+ for <notmuch@notmuchmail.org>; Thu, 13 Dec 2012 05:09:37 -0800 (PST)\r
+Received: by mail-wi0-f175.google.com with SMTP id hm11so3877843wib.2\r
+ for <notmuch@notmuchmail.org>; Thu, 13 Dec 2012 05:09:36 -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=umhcH6xrrKx8ad772LnFA1LzWTGZlhh6VaMzE1Brzew=;\r
+ b=qO7MfyTchPHu/UpXM/WrAk9lsQQgvXe7HzBQHxAOVQC9Z2cthyCmkY086ollFl2ef5\r
+ 2mGiHtL4/Dto3WGpWPu6l3X0vsl7Y4ZBe4JMlnKLgQoqg3U97uDGiQMBmsbbEYFRC0AI\r
+ lHnI430xwqi58O/TlToImntDqKOA6G6hQ/k6tiAS45Yyt51MiKNWj2K6v03fqy+NMDHj\r
+ heyQYM/G46D0OfuOfyIEIS0TkmvBQh+bltvgyEnxndPM2pxBOf/+r1psSSp/czidNLXw\r
+ aPHkGkkJC2VwlgbdlH3kz2eSZ4teQQsWJ7c1/dNP0waXJ5vVAkhX+lILuQ9K18ajW6Vu\r
+ 7wYA==\r
+Received: by 10.180.78.161 with SMTP id c1mr3285858wix.4.1355404175878;\r
+ Thu, 13 Dec 2012 05:09:35 -0800 (PST)\r
+Received: from luz3.lille.inria.fr ([193.51.236.232])\r
+ by mx.google.com with ESMTPS id bz12sm2504214wib.5.2012.12.13.05.09.34\r
+ (version=TLSv1/SSLv3 cipher=OTHER);\r
+ Thu, 13 Dec 2012 05:09:34 -0800 (PST)\r
+From: Damien Cassou <damien.cassou@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v5] emacs: display tags in notmuch-show with links\r
+Date: Thu, 13 Dec 2012 14:09:23 +0100\r
+Message-Id: <1355404167-31750-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: Thu, 13 Dec 2012 13:09:38 -0000\r
+\r
+This patch obsoletes:\r
+id:1355216437-21109-1-git-send-email-damien.cassou@gmail.com\r
+\r
+[PATCH 1/4] emacs: Add a thread's tags to notmuch-show header-line\r
+[PATCH 2/4] emacs: Make tags in notmuch-show header-line clickable\r
+[PATCH 3/4] emacs: Make all tags in `notmuch-show' clickable\r
+[PATCH 4/4] emacs: Add unit-tests for clickable tags\r
+\r
+These patches make 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
+These patches are the first of an upcoming series whose goal is to\r
+integrate notmuch-labeler into notmuch. See the following for more\r
+details: https://github.com/DamienCassou/notmuch-labeler\r
+\r
+With respect to v4, I took care of the comments you made:\r
+\r
+- integration of Mark Walters' patch to avoid duplicate update of the\r
+ header-line tags\r
+- implementation of Mark Walters' comment on sorting header-line tags\r