Re: notmuch-tree display
[notmuch-archives.git] / a9 / 627bcdcc3608765665a5c5bdd752f4004e6667
1 Return-Path: <jrollins@finestructure.net>\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 E0439431E64\r
6         for <notmuch@notmuchmail.org>; Mon, 30 Jan 2012 09:47:38 -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: -2.29\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.29 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id x8MTckHWPjAM for <notmuch@notmuchmail.org>;\r
16         Mon, 30 Jan 2012 09:47:38 -0800 (PST)\r
17 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
18         [131.215.239.19])\r
19         by olra.theworths.org (Postfix) with ESMTP id 6280B431FBC\r
20         for <notmuch@notmuchmail.org>; Mon, 30 Jan 2012 09:47:38 -0800 (PST)\r
21 Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by earth-doxen-postvirus (Postfix) with ESMTP id D3C6866E0166;\r
23         Mon, 30 Jan 2012 09:47:37 -0800 (PST)\r
24 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
25 Received: from finestructure.net (cpe-76-174-137-84.socal.res.rr.com\r
26         [76.174.137.84]) (Authenticated sender: jrollins)\r
27         by earth-doxen-submit (Postfix) with ESMTP id 12F4C66E0162;\r
28         Mon, 30 Jan 2012 09:47:35 -0800 (PST)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id B2656885; Mon, 30 Jan 2012 09:47:34 -0800 (PST)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: David Edmondson <dme@dme.org>, notmuch@notmuchmail.org\r
33 Subject: Re: [PATCH 0/5 v3] reworked crypto toggle, plus a few other toggles\r
34 In-Reply-To: <1327941064-20027-1-git-send-email-dme@dme.org>\r
35 References: <1327486729-18052-1-git-send-email-dme@dme.org>\r
36         <1327941064-20027-1-git-send-email-dme@dme.org>\r
37 User-Agent: Notmuch/0.11+128~g6f388fa (http://notmuchmail.org) Emacs/23.3.1\r
38         (x86_64-pc-linux-gnu)\r
39 Date: Mon, 30 Jan 2012 09:47:34 -0800\r
40 Message-ID: <87pqe1w095.fsf@servo.finestructure.net>\r
41 MIME-Version: 1.0\r
42 Content-Type: multipart/signed; boundary="=-=-=";\r
43         micalg=pgp-sha256; protocol="application/pgp-signature"\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Mon, 30 Jan 2012 17:47:39 -0000\r
57 \r
58 --=-=-=\r
59 Content-Transfer-Encoding: quoted-printable\r
60 \r
61 On Mon, 30 Jan 2012 16:30:59 +0000, David Edmondson <dme@dme.org> wrote:\r
62 > v3:\r
63 >  - Add a toggle for line truncation (>).\r
64 >  - Retain the state of a show buffer across a call to refresh (which\r
65 >    includes the various toggles here).\r
66 >=20\r
67 > David Edmondson (5):\r
68 >   emacs: Rework crypto switch toggle.\r
69 >   emacs: Allow `notmuch-show-mode' to display only matching messages.\r
70 >   emacs: Allow the indentation of content to be toggled.\r
71 >   emacs: Add a binding (>) to toggle the truncation of long lines.\r
72 >   emacs: Retain the state of the buffer during\r
73 >     `notmuch-show-refresh-view'.\r
74 >=20\r
75 >  emacs/notmuch-show.el |  183 +++++++++++++++++++++++++++++++++----------=\r
76 ------\r
77 >  emacs/notmuch.el      |    7 +-\r
78 >  2 files changed, 126 insertions(+), 64 deletions(-)\r
79 \r
80 Still testing, but so far works great.  Again, this is=20\r
81 \r
82 One thing I've noticed, which isn't actually part of this patch, is that\r
83 the long-line truncation doesn't respect the indentation, which makes\r
84 things look strange.\r
85 \r
86 But honestly I still don't like our method of displaying threads as a\r
87 giant chain of concatenated messages with indentation.  But that's for\r
88 later work.\r
89 \r
90 Again, I haven't done a code review yet, but so far this seems to work\r
91 like a charm.\r
92 \r
93 jamie.\r
94 \r
95 --=-=-=\r
96 Content-Type: application/pgp-signature\r
97 \r
98 -----BEGIN PGP SIGNATURE-----\r
99 Version: GnuPG v1.4.11 (GNU/Linux)\r
100 \r
101 iQIcBAEBCAAGBQJPJte2AAoJEO00zqvie6q8UoQP/1hG8w1wiaCQbBHGEx9iK9F8\r
102 k4MMBar/eWYzGnXdKy0dWCkeJY5GQk4wT+e5dLmHrgDtddJbT/ZZbdIFoRYM3U6h\r
103 AHtdSI0Nn6SW0RK5mItWOE1TSZUcH5qBOsWlGaYcsCUt1s/HFThcFNUoKz4Zgnwg\r
104 0jo+KO+BtDWO1MEVnIQUdC0u+OW+TsU0scA2Bkzhn41+6SJC4tBYs79p16dM4okQ\r
105 Zta5lbLLxeYXg2nHCu4s/LZbj4kPqltKFmKFbkA2IxtSk6ITg4TWAEOMQZygKd2s\r
106 lOftx2W2svx2VUm0zO2jecTqF/DlJwNpzzKpZ315iUG5kJ4k8vHCYcAaBVhzqriu\r
107 q56hlWrvlG9FVStn3AJdfLmSdOmXm7nvj+UvbfyPYAr485lOlJj6AbQ39F1zzIUv\r
108 zHIdp6wVKzVI+P4YX0PtiOZybMSPqbry+JlqjMdUnonJ79DG6U4LwuBARdI+tQgu\r
109 McqEdo996y+jjMtpSVYmsxxySFXbE3Gx+ZRC5KGJ5doHMsL7W5+4xvEwMt88gXyB\r
110 krsCqjdSDevqbMYB04pTUheoBoJ60ArV/Lk2uLhmihchNQdGTV9XXlvxWjfEoZrI\r
111 68vTumxNi3tbALGEB9/7jPGsMfMAfMOYEZZBeE6T6WPxKqKCXwxlK3AP0+/yqLFX\r
112 crTJdPpZjBrOq/n4234P\r
113 =65T9\r
114 -----END PGP SIGNATURE-----\r
115 --=-=-=--\r