Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / a2 / e0c7b7bfb9b57caa2145be5abdf9d63d77ff4a
1 Return-Path: <damien.cassou@gmail.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id C8656431FBD\r
6         for <notmuch@notmuchmail.org>; Sun, 18 Nov 2012 11:19:02 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 1.7\r
10 X-Spam-Level: *\r
11 X-Spam-Status: No, score=1.7 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, FREEMAIL_REPLY=2.499, RCVD_IN_DNSWL_LOW=-0.7]\r
14         autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id N3expZNIVcZ0 for <notmuch@notmuchmail.org>;\r
18         Sun, 18 Nov 2012 11:19:02 -0800 (PST)\r
19 Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com\r
20         [209.85.212.173]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id 155E8431FB6\r
23         for <notmuch@notmuchmail.org>; Sun, 18 Nov 2012 11:19:01 -0800 (PST)\r
24 Received: by mail-wi0-f173.google.com with SMTP id hm2so5335598wib.2\r
25         for <notmuch@notmuchmail.org>; Sun, 18 Nov 2012 11:19:00 -0800 (PST)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=from:to:subject:date:message-id:x-mailer;\r
28         bh=0R6Ur3kaZ4/yjybt7s7jxztm5il0Hx0nAQr5JLcDNhk=;\r
29         b=tLCn49TebTL1TUvtFw+aKkQImLeeqmLT3whUUBFIn6vEJsml84UUqqvaCpVf/aq6WS\r
30         rOyUJVhbtsLL+yuYh65npN4xPzzdi1yDsqx2f/qgtqs8Lvq+ypy1VE2xn5AVCGbvEVRd\r
31         jThstLeCDWVc8ILOxfG6up68sh7446c5eQqL1K2DOZf4fFhZCTnGGesjvjBJ8PfFzvr6\r
32         XinG16Dx0no8fOOjKI64yz1KvGDW9qSRm4APpA8oqJJ/b5VKTXi7OUHU/C9v0ABkU4zf\r
33         unXq2JLlX3XDyGVxNTvqLCMqk9eu7z352YsWSDLL53cb58dcXITYWAiHMBbQdBtm7Qu7\r
34         4xWQ==\r
35 Received: by 10.180.93.136 with SMTP id cu8mr6030591wib.7.1353266340548;\r
36         Sun, 18 Nov 2012 11:19:00 -0800 (PST)\r
37 Received: from localhost.localdomain (ble59-4-82-228-190-150.fbx.proxad.net.\r
38         [82.228.190.150])\r
39         by mx.google.com with ESMTPS id i2sm10290063wiw.3.2012.11.18.11.18.58\r
40         (version=TLSv1/SSLv3 cipher=OTHER);\r
41         Sun, 18 Nov 2012 11:18:59 -0800 (PST)\r
42 From: Damien Cassou <damien.cassou@gmail.com>\r
43 To: notmuch mailing list <notmuch@notmuchmail.org>\r
44 Subject: [PATCH v2] emacs: display tags in notmuch-show with links\r
45 Date: Sun, 18 Nov 2012 20:18:38 +0100\r
46 Message-Id: <1353266322-20318-1-git-send-email-damien.cassou@gmail.com>\r
47 X-Mailer: git-send-email 1.7.10.4\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Sun, 18 Nov 2012 19:19:02 -0000\r
61 \r
62 This patch obsoletes\r
63 id:1352565719-12397-1-git-send-email-damien.cassou@gmail.com\r
64 \r
65 [PATCH 1/4] emacs: Add a thread's tags to emacs header-line\r
66 [PATCH 2/4] emacs: Make tags in header-line clickable\r
67 [PATCH 3/4] emacs: Make tags that appear in `notmuch-show' clickable\r
68 [PATCH 4/4] emacs: Add unit-tests for clickable tags in notmuch-show\r
69 \r
70 This patch makes clickable all tags that appear in notmuch-show\r
71 buffers. Each tag is a link to open a new notmuch-search buffer for\r
72 this tag. Additionally, the buffer's header-line now shows the\r
73 thread's tags (clickable only if the `header-button' library is loaded\r
74 or loadable).\r
75 \r
76 This patch is the first one of an upcoming series whose goal is to\r
77 integrate notmuch-labeler into notmuch. See the following for more\r
78 details:\r
79 https://github.com/DamienCassou/notmuch-labeler\r
80 \r
81 With respect to v2, I took care of the comments you made:\r
82 - The header-button library is not attached to the patch anymore. The\r
83   tags in the header-line are always displayed but made clickable only\r
84   if the library is loaded or loadable.\r
85 - The large patch is separated into a series of 4 smaller patches.\r
86 \r
87 You can follow this patch series on\r
88 https://github.com/DamienCassou/notmuch/tree/labeler-integration-slow\r