Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 7c / cdd7ee4ad5d8f8d67ddba0a7c4883e4c881a9d
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 8A2E8431FB6\r
6         for <notmuch@notmuchmail.org>; Mon,  3 Dec 2012 09:15:34 -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.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 AXicypA5Xoi7 for <notmuch@notmuchmail.org>;\r
16         Mon,  3 Dec 2012 09:15:30 -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 8C5A0431FAE\r
20         for <notmuch@notmuchmail.org>; Mon,  3 Dec 2012 09:15:30 -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 0009D66E0204;\r
23         Mon,  3 Dec 2012 09:15:29 -0800 (PST)\r
24 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
25 Received: from finestructure.net (DHCP-123-194.caltech.edu [131.215.123.194])\r
26         (Authenticated sender: jrollins)\r
27         by earth-doxen-submit (Postfix) with ESMTP id EA50D66E01CE;\r
28         Mon,  3 Dec 2012 09:15:25 -0800 (PST)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id 1074D616EF; Mon,  3 Dec 2012 09:15:24 -0800 (PST)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: Jani Nikula <jani@nikula.org>, Mark Walters <markwalters1009@gmail.com>,\r
33         notmuch@notmuchmail.org\r
34 Subject: Re: [PATCH (draft) 0/2] Allow emacs to toggle display of all parts\r
35         including multipart\r
36 In-Reply-To: <87mwxwme1b.fsf@nikula.org>\r
37 References: <1351152563-27277-1-git-send-email-markwalters1009@gmail.com>\r
38         <87mwxwme1b.fsf@nikula.org>\r
39 User-Agent: Notmuch/0.14+132~g59fcb16 (http://notmuchmail.org) Emacs/24.2.1\r
40         (x86_64-pc-linux-gnu)\r
41 Date: Mon, 03 Dec 2012 09:15:21 -0800\r
42 Message-ID: <87y5hf9hw6.fsf@servo.finestructure.net>\r
43 MIME-Version: 1.0\r
44 Content-Type: multipart/signed; boundary="=-=-=";\r
45         micalg=pgp-sha256; protocol="application/pgp-signature"\r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.13\r
48 Precedence: list\r
49 List-Id: "Use and development of the notmuch mail system."\r
50         <notmuch.notmuchmail.org>\r
51 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
53 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
54 List-Post: <mailto:notmuch@notmuchmail.org>\r
55 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
56 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
58 X-List-Received-Date: Mon, 03 Dec 2012 17:15:34 -0000\r
59 \r
60 --=-=-=\r
61 Content-Type: text/plain\r
62 \r
63 On Sun, Dec 02 2012, Jani Nikula <jani@nikula.org> wrote:\r
64 >> The first patch binds this toggle to 't' on the part button. This\r
65 >> patch works by itself.\r
66 >\r
67 > I'd like to rebind RET to do the toggle by default. I don't think it's\r
68 > very useful to be able to save multipart/alternative parts by default.\r
69 \r
70 In my opinion RET should always just display the part.  If the part is\r
71 inlineable, then it should toggle display of it in the show buffer.  If\r
72 it's not, it should open it in an external viewer.  I think that makes\r
73 the most sense, and agrees with the behavior of the collapsed citation\r
74 text buttons, for instance.\r
75 \r
76 > One more wishlist item, which also doesn't need to be part of this\r
77 > series, or by you: I'd like to be able to specify *which*\r
78 > multipart/alternative parts should be displayed in addition to\r
79 > preferred. A list of (regexps matching) mime types to always open,\r
80 > whether they're preferred or not. I've previously sent patches to this\r
81 > effect, but they were never merged (I can repost if you want).\r
82 \r
83 I still think that for multipart/alternatives parts we should just cycle\r
84 through display of the alternatives.  That's kind of the whole point of\r
85 this mime type.  Obviously display everything is better than not being\r
86 able to access the alternative parts at all.  But forcing\r
87 mutlipart/alternative to behave exactly like multipart/mixed seems to\r
88 miss the point to me.\r
89 \r
90 This is something that could be worked off of this series, though, so\r
91 definitely don't take this as a mark against this work.  I think this is\r
92 a very useful usability improvement.  Thank you for working on it, Mark.\r
93 \r
94 jamie.\r
95 \r
96 --=-=-=\r
97 Content-Type: application/pgp-signature\r
98 \r
99 -----BEGIN PGP SIGNATURE-----\r
100 Version: GnuPG v1.4.12 (GNU/Linux)\r
101 \r
102 iQIcBAEBCAAGBQJQvN4pAAoJEO00zqvie6q8ohcP/1U4mEZJjQPmZIjvTUfb/csA\r
103 nmocmBGumDAq43uO9mIDKhJbeJXfJXS6SonTPNzme0hfL1LiDAePE02/wnKixMsc\r
104 AvZqkgZtPdPYv/dKFr0dGmzHKuFZzHTv36F6QPml9ipT9B1i+hW3XV14Lb4ly+Zc\r
105 F2rlNelSQr2kRKvRijrceih873jx07XhSjVxUm+3s3wbMUTQu7fIpWCbEe21ZI41\r
106 A56EoPZlBNwJoiOZSkQyOC31CHl41wwCWbyQqBPfn8GwUkQy4cb4c/h0i3dBOMvv\r
107 1O9n736KJiYIarHwn4zGMNj7gMb9GAMVapeyKcrRbfv/XPB//iUaubn+0vuX8L+/\r
108 sS4MjepWfRGgoEn3WE2XORFDw8fQuF5hVYaaT92YJtXfypPaS9dffLx+06HAwAwK\r
109 Ojksyfh65E1U/GWViIkAJzsvMMqmU1COQLge2r9+c3o56NDZoYV8oe1bblx0M+pl\r
110 ii6AiYXuIESvwIggAOCgRE5qRB9aRAaIK8eccLyG1JjeCMG4P6hZEpiiwnNkI8X/\r
111 qd9YF5GL/GtOlnlsm7sSMxpYVPqaOZfKoE2g4H0Fb63TY0jHIID5fhuLwX8Onxsd\r
112 n4gz+ArnL9rl1KHU/pc29Co/LN2kGTni5qmGHBQGNJnbJKofhLlsL4U9jvn8qgqT\r
113 8DKC6+bXL1b4O+CnwDqS\r
114 =0BXQ\r
115 -----END PGP SIGNATURE-----\r
116 --=-=-=--\r