From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id QPi/KqRH1F5icgAA0tVLHw (envelope-from ) for ; Mon, 01 Jun 2020 00:11:16 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id kPt6JqRH1F5vSQAAbx9fmQ (envelope-from ) for ; Mon, 01 Jun 2020 00:11:16 +0000 Received: from arlo.cworth.org (arlo.cworth.org [50.126.95.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 74C2B9400D3 for ; Mon, 1 Jun 2020 00:11:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 5DD4F6DE0F4C; Sun, 31 May 2020 17:11:10 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org 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 j4XhxbPhbc0l; Sun, 31 May 2020 17:11:09 -0700 (PDT) Received: from arlo.cworth.org (localhost [IPv6:::1]) by arlo.cworth.org (Postfix) with ESMTP id 439226DE0F34; Sun, 31 May 2020 17:11:09 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 8FEAE6DE0F34 for ; Sun, 31 May 2020 17:11:07 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org 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 FIZzIyRrZsbl for ; Sun, 31 May 2020 17:11:06 -0700 (PDT) Received: from jedbrown.org (jedbrown.org [159.89.180.195]) by arlo.cworth.org (Postfix) with ESMTPS id 5B0C56DE0F22 for ; Sun, 31 May 2020 17:11:06 -0700 (PDT) Received: from localhost (c-71-237-71-56.hsd1.co.comcast.net [71.237.71.56]) by jedbrown.org (Postfix) with ESMTPSA id B0E6820233; Mon, 1 Jun 2020 00:11:03 +0000 (UTC) From: Jed Brown To: David Bremner , David Edmondson , notmuch@notmuchmail.org Subject: Re: [PATCH v2 3/3] emacs: Process format=flowed text In-Reply-To: <87o8q4z5oy.fsf@tethera.net> References: <20181222121058.5892-1-dme@dme.org> <20181222121058.5892-4-dme@dme.org> <87k10tf8rk.fsf@jedbrown.org> <87o8q4z5oy.fsf@tethera.net> Date: Sun, 31 May 2020 18:11:15 -0600 Message-ID: <87r1uzd4rg.fsf@jedbrown.org> MIME-Version: 1.0 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: notmuch-bounces@notmuchmail.org Sender: "notmuch" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 50.126.95.6 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: -1.01 X-TUID: NIMo6IbLw74h David Bremner writes: > The latter, I think. Thanks for pinging. It looks like that last > discussion was my comment about breaking the API. Any feedback > on that, either of you? I don't see why making the argument optional wouldn't work. However, I tried applying the patch and am not seeing a change in the display of format=flowed messages. It doesn't reflow to my window width (regardless of whether it is wider or narrower than the soft line breaks in the format=flowed message). (I noticed this patch when considering use of a proportional font for mail reading.)