--- /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 1794E431FB6\r
+ for <notmuch@notmuchmail.org>; Thu, 22 Nov 2012 10:40:59 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.798\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.798 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, HTML_MESSAGE=0.001, 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 YLd9oNOd9zhf for <notmuch@notmuchmail.org>;\r
+ Thu, 22 Nov 2012 10:40:58 -0800 (PST)\r
+Received: from mail-la0-f53.google.com (mail-la0-f53.google.com\r
+ [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 6223B431FAF\r
+ for <notmuch@notmuchmail.org>; Thu, 22 Nov 2012 10:40:58 -0800 (PST)\r
+Received: by mail-la0-f53.google.com with SMTP id w12so7011140lag.26\r
+ for <notmuch@notmuchmail.org>; Thu, 22 Nov 2012 10:40:56 -0800 (PST)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+ h=mime-version:in-reply-to:references:from:date:message-id:subject:to\r
+ :cc:content-type;\r
+ bh=riJeMc5Pj9RVZlyP5PGJXzRBRipVwf3NKXbtCArgKT8=;\r
+ b=j73rfxNFL8kPguTIDXbgHPjFeQLgnhgCYGsDlCo972BwlfjuahBZ4BoQV07LTEF/9C\r
+ nTFYFQ8G/sJd0yvNFZhBR8cr8UbDlePY4cph8g5VG6GgwvHK5BvyyjSIGsXK+lBczoJf\r
+ nIeti6F6ZANdqxkYj9q7+bkI7O8aFNTc/psILkbkmAd0go3BUstU2Ioqyj0rn8xrRRad\r
+ r5vRwiwbG6T3kWFhWnmY7TWfMG8KxbQAx7w/5P+Wb/5IdoDrJ8kFgG3zIU0oapPMkrBp\r
+ Q6vxMq7CKLDBfu+MyGE08Dm0pV3pgBOjruJTcxmqD9IVgY487pLoOT7ab04k0mPvJj13\r
+ 7Yxg==\r
+Received: by 10.152.108.42 with SMTP id hh10mr1273742lab.4.1353609656712; Thu,\r
+ 22 Nov 2012 10:40:56 -0800 (PST)\r
+MIME-Version: 1.0\r
+Received: by 10.112.44.70 with HTTP; Thu, 22 Nov 2012 10:40:36 -0800 (PST)\r
+In-Reply-To: <87a9uepl2t.fsf@qmul.ac.uk>\r
+References: <1353266322-20318-1-git-send-email-damien.cassou@gmail.com>\r
+ <1353266322-20318-4-git-send-email-damien.cassou@gmail.com>\r
+ <87a9uepl2t.fsf@qmul.ac.uk>\r
+From: Damien Cassou <damien.cassou@gmail.com>\r
+Date: Thu, 22 Nov 2012 19:40:36 +0100\r
+Message-ID:\r
+ <CA+y5ggipBDPT5ivBdOQF6qnKxCRxd_UFkUsw_X8zm3zZDon5Tw@mail.gmail.com>\r
+Subject: Re: [PATCH 3/4] emacs: Make tags that appear in `notmuch-show'\r
+ clickable\r
+To: Mark Walters <markwalters1009@gmail.com>\r
+Content-Type: multipart/alternative; boundary=bcaec54fb9c6c0bd9404cf19ce0e\r
+Cc: notmuch mailing list <notmuch@notmuchmail.org>\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, 22 Nov 2012 18:40:59 -0000\r
+\r
+--bcaec54fb9c6c0bd9404cf19ce0e\r
+Content-Type: text/plain; charset=ISO-8859-1\r
+\r
+Hi,\r
+\r
+On Mon, Nov 19, 2012 at 12:06 AM, Mark Walters <markwalters1009@gmail.com>wrote:\r
+\r
+> This patch adds buttons for every tag in show mode which means that\r
+> tabbing down to an attachment (or other button) is rather slower. As\r
+> someone who is not going to use the tag buttons (at least not very\r
+> often) Is it possible to avoid this? perhaps by making the button\r
+> optional or making the button only mouse clickable? (Since the buttons\r
+> in the headerline are not tabbable to then the latter might be\r
+> reasonable.)\r
+>\r
+\r
+you are perfectly right. In the upcoming patch I made the buttons so that\r
+TAB won't stop at them ('skip t) but you can still activate them with RET\r
+or a mouse click. Is that ok?\r
+\r
+-- \r
+Damien Cassou\r
+http://damiencassou.seasidehosting.st\r
+\r
+"Success is the ability to go from one failure to another without losing\r
+enthusiasm."\r
+Winston Churchill\r
+\r
+--bcaec54fb9c6c0bd9404cf19ce0e\r
+Content-Type: text/html; charset=ISO-8859-1\r
+\r
+<div class="gmail_extra">Hi,<br><br><div class="gmail_quote">On Mon, Nov 19, 2012 at 12:06 AM, Mark Walters <span dir="ltr"><<a href="mailto:markwalters1009@gmail.com" target="_blank">markwalters1009@gmail.com</a>></span> wrote:<br>\r
+\r
+<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":ng">This patch adds buttons for every tag in show mode which means that<br>\r
+tabbing down to an attachment (or other button) is rather slower. As<br>\r
+someone who is not going to use the tag buttons (at least not very<br>\r
+often) Is it possible to avoid this? perhaps by making the button<br>\r
+optional or making the button only mouse clickable? (Since the buttons<br>\r
+in the headerline are not tabbable to then the latter might be<br>\r
+reasonable.)</div></blockquote></div><br>you are perfectly right. In the upcoming patch I made the buttons so that TAB won't stop at them ('skip t) but you can still activate them with RET or a mouse click. Is that ok?<br clear="all">\r
+\r
+<br>-- <br>Damien Cassou<br><a href="http://damiencassou.seasidehosting.st" target="_blank">http://damiencassou.seasidehosting.st</a><br><br>"Success is the ability to go from one failure to another without losing enthusiasm." <br>\r
+\r
+Winston Churchill<br>\r
+</div>\r
+\r
+--bcaec54fb9c6c0bd9404cf19ce0e--\r