[WIP PATCH] emacs: show: reply to calendar parts
[notmuch-archives.git] / b6 / 92f7b488e31230d5d4f1522feaa39f7b07dde6
1 Return-Path: <dkg@fifthhorseman.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 409FF431FC2\r
6         for <notmuch@notmuchmail.org>; Thu, 12 Mar 2015 14:19:57 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 3.514\r
10 X-Spam-Level: ***\r
11 X-Spam-Status: No, score=3.514 tagged_above=-999 required=5\r
12         tests=[DATE_IN_PAST_03_06=1.076, DNS_FROM_AHBL_RHSBL=2.438]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id bBCG9p2icHPU for <notmuch@notmuchmail.org>;\r
17         Thu, 12 Mar 2015 14:19:54 -0700 (PDT)\r
18 Received: from che.mayfirst.org (che.mayfirst.org [209.234.253.108])\r
19         by olra.theworths.org (Postfix) with ESMTP id 07CA6431FAE\r
20         for <notmuch@notmuchmail.org>; Thu, 12 Mar 2015 14:19:53 -0700 (PDT)\r
21 Received: from fifthhorseman.net (ool-6c3a0662.static.optonline.net\r
22         [108.58.6.98])\r
23         by che.mayfirst.org (Postfix) with ESMTPSA id B46A7F98B\r
24         for <notmuch@notmuchmail.org>; Thu, 12 Mar 2015 17:19:50 -0400 (EDT)\r
25 Received: by fifthhorseman.net (Postfix, from userid 1000)\r
26         id 391C4203FE; Thu, 12 Mar 2015 09:58:42 -0700 (PDT)\r
27 From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>\r
28 To: notmuch mailing list <notmuch@notmuchmail.org>\r
29 Subject: "original message" replies shouldn't be hidden by default\r
30 User-Agent: Notmuch/0.18.2 (http://notmuchmail.org) Emacs/24.4.1\r
31         (x86_64-pc-linux-gnu)\r
32 Date: Thu, 12 Mar 2015 12:58:42 -0400\r
33 Message-ID: <87h9tq6tkt.fsf@alice.fifthhorseman.net>\r
34 MIME-Version: 1.0\r
35 Content-Type: text/plain\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Thu, 12 Mar 2015 21:19:57 -0000\r
49 \r
50 hey y'all--\r
51 \r
52 i use notmuch-emacs, and i'm noticing an fair number of respondents\r
53 trying to do interleaved responses with MUAs that do the whole\r
54 "-----Original Message-----" silliness.\r
55 \r
56 As a result, notmuch-show displays the entire message as something like:\r
57 \r
58 \r
59  [ 69-line hidden original message. Click/Enter to show. ]\r
60 \r
61 Seems like notmuch-show could be cleverer.  how about something like\r
62 this:\r
63 \r
64  * if the entire displayed MIME part appears to be nothing but\r
65    whitespace and a "original message", then don't auto-collapse it.\r
66 \r
67 Alternately:\r
68 \r
69  * if the entire displayed MIME part appears to be nothing but\r
70    whitespace and a "original message" then don't treat it as an\r
71    "original message" at all, but apply the normal part-guessing and\r
72    collapsing logic to the internal content of the "original message"\r
73 \r
74 any thoughts?\r
75 \r
76    --dkg\r