Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 5B41C6DE13CC for ; Tue, 8 Mar 2016 09:13:07 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.141 X-Spam-Level: X-Spam-Status: No, score=-0.141 tagged_above=-999 required=5 tests=[AWL=-0.074, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_NEUTRAL=0.652, UNPARSEABLE_RELAY=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 YXRFeNnQDDyp for ; Tue, 8 Mar 2016 09:13:05 -0800 (PST) Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by arlo.cworth.org (Postfix) with ESMTPS id 0D9166DE01FF for ; Tue, 8 Mar 2016 09:13:04 -0800 (PST) Received: by mail-wm0-f48.google.com with SMTP id p65so158881815wmp.1 for ; Tue, 08 Mar 2016 09:13:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dme-org.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id; bh=N8qeDGISj095IDHpYYTRLUIcZCPV0B2o6gksj9hghos=; b=Zpm8J8JT9FA44VleiwUWDJ80UspiTutleFqr5JmyszQdU3J4YkJW7C4itk8yj8x3fs bDS1t7Gpzn3l/RvWSZqZT4kAoevlaZ16WghdYqB0SzbEOBs4j7/wohH4Ke8HZ2Qci02e 3VJTdkkCBALsR+5r8AYi+SO6GNOxnrdWKJuqwn3BhC7/LCuxHmOI7Vp7ykqN/YFa/Pnt cSFTh+uV1sgPkHysSAW/cisXBOvJwl29X0OTmsGryXaL62XF11RdVXBFU+8qT2B0UX6k bzJD/f6ti3LGSLkmVIAnfMVk8wjG8c1wC5g685UU+Qj9qsjFenNv9SX26VAffd/63y6a iZXw== 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:date:message-id; bh=N8qeDGISj095IDHpYYTRLUIcZCPV0B2o6gksj9hghos=; b=C9LLiu3eOWIRIPRjxDyTcejODQwdOcUKRjVJAxgB/dNhHK7ccXKEkXTFtBQ58Utd/5 kSXZZUbRhQFdimUU6gR/gpVx2DwMhHGkYySeD3Cam2OH4Gc5szxleszExiVc/LJz3Wnl 42y9bDaHXTG+DEKoYQSbu1rm5taamfcCmCaWc2MwE3GqlJbGZsH0v6BIbZbLUCkSfhdG Ug/YQaI5kq7KKwva6Ey/lrPWZx2UkT8/gQ/Ff9VX49YDVgqfACkzrRboANPdlcsD4nqm 2fGUuj3clegtyzHGlrMl1todXEIGHGIvRKyurg5ion1bih8M+LjLm/8+FDmqEEayIFJ0 4yBw== X-Gm-Message-State: AD7BkJKrSXWr0ZQNfSls0mtFDyZB3IPahky2xn2aqQS3QPt8nvUDJhWHNm9t7wKHOZBAxw== X-Received: by 10.28.59.87 with SMTP id i84mr15342848wma.61.1457457181970; Tue, 08 Mar 2016 09:13:01 -0800 (PST) Received: from disaster-area.hh.sledj.net ([2a01:348:1a2:1:ea39:35ff:fe2c:a227]) by smtp.gmail.com with ESMTPSA id j18sm19966565wmd.2.2016.03.08.09.13.00 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 08 Mar 2016 09:13:01 -0800 (PST) Received: from localhost (disaster-area.hh.sledj.net [local]) by disaster-area.hh.sledj.net (OpenSMTPD) with ESMTPA id df6eb3b2 for ; Tue, 8 Mar 2016 17:12:59 +0000 (UTC) From: David Edmondson To: notmuch@notmuchmail.org Subject: [PATCH v1 0/3] Improve the acquisition of text parts. Date: Tue, 8 Mar 2016 17:12:56 +0000 Message-Id: <1457457179-4707-1-git-send-email-dme@dme.org> X-Mailer: git-send-email 2.1.4 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: Tue, 08 Mar 2016 17:13:07 -0000 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