From: David Bremner Date: Tue, 9 Aug 2016 00:49:13 +0000 (+0900) Subject: Re: [PATCH 1/2] emacs: wash: word-wrap bugfix X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3317da39425448548450aca8c6f4029a4b9a17fc;p=notmuch-archives.git Re: [PATCH 1/2] emacs: wash: word-wrap bugfix --- diff --git a/1e/5d2da55345fb33228d7f7163428aa2d30aeb4c b/1e/5d2da55345fb33228d7f7163428aa2d30aeb4c new file mode 100644 index 000000000..7016ed4e8 --- /dev/null +++ b/1e/5d2da55345fb33228d7f7163428aa2d30aeb4c @@ -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 arlo.cworth.org (Postfix) with ESMTP id 9A7986DE026C + for ; Mon, 8 Aug 2016 17:49:25 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.008 +X-Spam-Level: +X-Spam-Status: No, score=-0.008 tagged_above=-999 required=5 tests=[AWL=0.003, + 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 gU5wrYRjiGmJ for ; + Mon, 8 Aug 2016 17:49:18 -0700 (PDT) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id E1B046DE0188 + for ; Mon, 8 Aug 2016 17:49:17 -0700 (PDT) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) + (envelope-from ) + id 1bWvEZ-0007QV-2n; Mon, 08 Aug 2016 20:49:31 -0400 +Received: (nullmailer pid 24016 invoked by uid 1000); + Tue, 09 Aug 2016 00:49:13 -0000 +From: David Bremner +To: Mark Walters , notmuch@notmuchmail.org +Subject: Re: [PATCH 1/2] emacs: wash: word-wrap bugfix +In-Reply-To: <1470497374-17194-2-git-send-email-markwalters1009@gmail.com> +References: <1470497374-17194-1-git-send-email-markwalters1009@gmail.com> + <1470497374-17194-2-git-send-email-markwalters1009@gmail.com> +User-Agent: Notmuch/0.22.1+61~g2ce0f13 (https://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Tue, 09 Aug 2016 09:49:13 +0900 +Message-ID: <87shueu5py.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: Tue, 09 Aug 2016 00:49:25 -0000 + +Mark Walters writes: + +> Previously notmuch-wash made the width of the text (approximately) the +> window-width minus the depth in thread. This is correct for the +> default indentation of 1 per message depth, but is incorrect for any +> other setting of notmuch-show-indent-messages-width. + +Pushed this one patch. + +d