From: David Bremner Date: Tue, 10 Sep 2013 11:15:42 +0000 (+2100) Subject: Re: [PATCH] emacs: add buttons for all multipart/related parts X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7d51ea2d5f88b4902976e955e71ae3ac243910e5;p=notmuch-archives.git Re: [PATCH] emacs: add buttons for all multipart/related parts --- diff --git a/af/10a56ed4d58373cd8a66569e094981c73b1cd4 b/af/10a56ed4d58373cd8a66569e094981c73b1cd4 new file mode 100644 index 000000000..8b9e28321 --- /dev/null +++ b/af/10a56ed4d58373cd8a66569e094981c73b1cd4 @@ -0,0 +1,60 @@ +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 AF10F431FBD + for ; Tue, 10 Sep 2013 04:15:56 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 YMK2Mibuxl-G for ; + Tue, 10 Sep 2013 04:15:49 -0700 (PDT) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 3F68F431FAF + for ; Tue, 10 Sep 2013 04:15:49 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1VJLv8-0007kF-PA; Tue, 10 Sep 2013 08:15:46 -0300 +Received: (nullmailer pid 12061 invoked by uid 1000); Tue, 10 Sep 2013 + 11:15:43 -0000 +From: David Bremner +To: Istvan Marko , notmuch@notmuchmail.org +Subject: Re: [PATCH] emacs: add buttons for all multipart/related parts +In-Reply-To: +References: +User-Agent: Notmuch/0.16+37~g9701e9c (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Tue, 10 Sep 2013 08:15:42 -0300 +Message-ID: <8738pd2aht.fsf@zancas.localnet> +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: Tue, 10 Sep 2013 11:15:56 -0000 + +Istvan Marko writes: + +> When text/html parts include images as multipart/related and the +> text/plain alternative is used these images can be completely hidden +> with no easy way to access them or even find out that they are there. + +pushed, + +d