From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 1AA086DE183F for ; Sun, 13 Mar 2016 08:22:23 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.303 X-Spam-Level: X-Spam-Status: No, score=-0.303 tagged_above=-999 required=5 tests=[AWL=0.267, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9fN4FoPc7NAr for ; Sun, 13 Mar 2016 08:22:20 -0700 (PDT) Received: from mail-wm0-f67.google.com (mail-wm0-f67.google.com [74.125.82.67]) by arlo.cworth.org (Postfix) with ESMTPS id 17E1B6DE183B for ; Sun, 13 Mar 2016 08:22:20 -0700 (PDT) Received: by mail-wm0-f67.google.com with SMTP id n186so10754614wmn.0 for ; Sun, 13 Mar 2016 08:22:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version; bh=hHL3i2c7fn4+7EircDMhGPyRYVNYT/ZDMGa0hJ0VTuI=; b=dkVR70qpfTufa1K3p1HvvDQgP3rfK+LZzr/7AE8k1qlVJSyzsJ858gnO73hfx5ima2 tGAclfovYaJR8m1TjzvtIo+7rGeM59LtS9koslEvv/1ELTFyzPeb+Q0SfRStPzoh43XK FcJJvaZUWWBdfnMYvNxKSEcD2N9TJYbebQUak1AB4FVdyVMwbbIZ8fsyUFWoMqMuCLHg J/ke+u7k5SBrfgO9+OEZk0G1MynOsqW3R/iPaJrMhHDKOSHzAgr0QaG3s1y13ss3+EJp WjLgfZPSux7m0z/T7KSIQVrm+O/xRCDstCbcVDfL3jYyn1cK9+56AIVNOqIv/971JcDk 76IQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:in-reply-to:references :user-agent:date:message-id:mime-version; bh=hHL3i2c7fn4+7EircDMhGPyRYVNYT/ZDMGa0hJ0VTuI=; b=HFOs4dJ6iunezYZmEKpGnzvcPnPvIPbMauj3rhFdtBYymFKMa+Cf927dTyhq/83Orv t2UswdAli4eQQTpPH8zSsHC9/ltIWbSJ8lVjPQ7bdzHSA+2XePW7IiuyTXrApWX5hRbG ZdUXVIpt23csWMRMkcF0lNN92n+oKXPOU/wXKZuA2fE6YNSS4G0/VT4me2C9YsdODk8l 8S1QEfSKJcuZ0/eJe+/F53L4Z3uSJ3txyc2anL/RNKRQy0nFrLaRAl538I96TPtP/U7j FiR4np1SA3p8/XGvLIgN9YNJ8Wdm2tdSbFYYlZHLHPO1YBtQVKWFAt5LGWmC7BfegXbN V9HA== X-Gm-Message-State: AD7BkJJxD5t4tvNIwz+IyYWlI2wIVic9PdskAJ+Eq61MY44kBGYik8YEL80R3/3aRwjKAg== X-Received: by 10.28.51.9 with SMTP id z9mr12409988wmz.59.1457882538629; Sun, 13 Mar 2016 08:22:18 -0700 (PDT) Received: from localhost (5751dfa2.skybroadband.com. [87.81.223.162]) by smtp.gmail.com with ESMTPSA id lh1sm18005399wjb.20.2016.03.13.08.22.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 13 Mar 2016 08:22:17 -0700 (PDT) From: Mark Walters To: David Edmondson , notmuch@notmuchmail.org Subject: Re: [PATCH v1 0/3] Improve the acquisition of text parts. In-Reply-To: <1457457179-4707-1-git-send-email-dme@dme.org> References: <1457457179-4707-1-git-send-email-dme@dme.org> User-Agent: Notmuch/0.21+69~gd27d908 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) Date: Sun, 13 Mar 2016 15:22:16 +0000 Message-ID: <87ziu2s8rb.fsf@qmul.ac.uk> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.20 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: Sun, 13 Mar 2016 15:22:23 -0000 This looks good to me +1. However, it would be sensible to get testing in a greater variety of charsets/encodings Best wishes Mark On Tue, 08 Mar 2016, David Edmondson wrote: > Improve the acquisition of text parts. > > This affects the new "reply" behaviour and the rendering of > application/octet-stream parts that are treated as text. > > > David Edmondson (3): > emacs: `notmuch-show-insert-part-multipart/encrypted' should not > assume the presence of a button. > emacs: Neaten `notmuch-show-insert-bodypart-internal'. > emacs: Improve the acquisition of text parts. > > emacs/notmuch-lib.el | 73 ++++++++++++++++++++++----------------------------- > emacs/notmuch-show.el | 28 +++++++++----------- > 2 files changed, 43 insertions(+), 58 deletions(-) > > -- > 2.1.4 > > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > https://notmuchmail.org/mailman/listinfo/notmuch