From: David Bremner Date: Sun, 27 Mar 2016 20:48:23 +0000 (+2100) Subject: Re: [PATCH v1 0/3] Improve the acquisition of text parts. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7ac65abbd43cc370cf51b8576f9cd4229468be50;p=notmuch-archives.git Re: [PATCH v1 0/3] Improve the acquisition of text parts. --- diff --git a/99/f06768d4aa79c9416158035d458318bc0600d7 b/99/f06768d4aa79c9416158035d458318bc0600d7 new file mode 100644 index 000000000..4ed829104 --- /dev/null +++ b/99/f06768d4aa79c9416158035d458318bc0600d7 @@ -0,0 +1,61 @@ +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 E7DA06DE0222 + for ; Sun, 27 Mar 2016 13:48:33 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.021 +X-Spam-Level: +X-Spam-Status: No, score=-0.021 tagged_above=-999 required=5 + tests=[AWL=-0.010, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] + 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 WFOHwBXcCOPk for ; + Sun, 27 Mar 2016 13:48:26 -0700 (PDT) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id 2403C6DE01F9 + for ; Sun, 27 Mar 2016 13:48:25 -0700 (PDT) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84) + (envelope-from ) + id 1akHcK-0003Se-9b; Sun, 27 Mar 2016 16:49:00 -0400 +Received: (nullmailer pid 7223 invoked by uid 1000); + Sun, 27 Mar 2016 20:48:23 -0000 +From: David Bremner +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+5~gca076ce (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Sun, 27 Mar 2016 17:48:23 -0300 +Message-ID: <87shzblka0.fsf@maritornes.cs.unb.ca> +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, 27 Mar 2016 20:48:34 -0000 + +David Edmondson writes: + +> 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. +> + +pushed. + +d