From: Daniel Kahn Gillmor Date: Thu, 12 Mar 2015 16:58:42 +0000 (+2000) Subject: "original message" replies shouldn't be hidden by default X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=205eea568ca3c9adc4ceb78eba8ee2e13f91316c;p=notmuch-archives.git "original message" replies shouldn't be hidden by default --- diff --git a/b6/92f7b488e31230d5d4f1522feaa39f7b07dde6 b/b6/92f7b488e31230d5d4f1522feaa39f7b07dde6 new file mode 100644 index 000000000..f0f55265f --- /dev/null +++ b/b6/92f7b488e31230d5d4f1522feaa39f7b07dde6 @@ -0,0 +1,76 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 409FF431FC2 + for ; Thu, 12 Mar 2015 14:19:57 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 3.514 +X-Spam-Level: *** +X-Spam-Status: No, score=3.514 tagged_above=-999 required=5 + tests=[DATE_IN_PAST_03_06=1.076, DNS_FROM_AHBL_RHSBL=2.438] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id bBCG9p2icHPU for ; + Thu, 12 Mar 2015 14:19:54 -0700 (PDT) +Received: from che.mayfirst.org (che.mayfirst.org [209.234.253.108]) + by olra.theworths.org (Postfix) with ESMTP id 07CA6431FAE + for ; Thu, 12 Mar 2015 14:19:53 -0700 (PDT) +Received: from fifthhorseman.net (ool-6c3a0662.static.optonline.net + [108.58.6.98]) + by che.mayfirst.org (Postfix) with ESMTPSA id B46A7F98B + for ; Thu, 12 Mar 2015 17:19:50 -0400 (EDT) +Received: by fifthhorseman.net (Postfix, from userid 1000) + id 391C4203FE; Thu, 12 Mar 2015 09:58:42 -0700 (PDT) +From: Daniel Kahn Gillmor +To: notmuch mailing list +Subject: "original message" replies shouldn't be hidden by default +User-Agent: Notmuch/0.18.2 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Thu, 12 Mar 2015 12:58:42 -0400 +Message-ID: <87h9tq6tkt.fsf@alice.fifthhorseman.net> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Thu, 12 Mar 2015 21:19:57 -0000 + +hey y'all-- + +i use notmuch-emacs, and i'm noticing an fair number of respondents +trying to do interleaved responses with MUAs that do the whole +"-----Original Message-----" silliness. + +As a result, notmuch-show displays the entire message as something like: + + + [ 69-line hidden original message. Click/Enter to show. ] + +Seems like notmuch-show could be cleverer. how about something like +this: + + * if the entire displayed MIME part appears to be nothing but + whitespace and a "original message", then don't auto-collapse it. + +Alternately: + + * if the entire displayed MIME part appears to be nothing but + whitespace and a "original message" then don't treat it as an + "original message" at all, but apply the normal part-guessing and + collapsing logic to the internal content of the "original message" + +any thoughts? + + --dkg