Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id C0FC2780772 for <~alpine/devel@lists.alpinelinux.org>; Thu, 30 Jun 2022 07:13:04 +0000 (UTC) Received: (Authenticated sender: sendmail@ipik.org) by mail.gandi.net (Postfix) with ESMTPSA id 483F36000A; Thu, 30 Jun 2022 07:13:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipik.org; s=gm1; t=1656573183; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HnWY4BUbrc7Dk+l55n3NG3mgqKqoJa7wspe2lTEXWfA=; b=Pir/SZlGt18si+S69NC8PUgp5PaQvPGR7/fcTkex3kkmOXEh0HpA7PAVhwta9EHcVLN0Fx ZnPSR9/bH4ySlLEl+4e0DRkiQrrayQzOWLXGSE77wUZYuN9n0r8jWvselU5K7vXxUCCv6f S/RWcAdpNlKDGCBBj7zxXPFwJDYavPryXVr1oc/Zv9pe1aYaGYMz118X6VXxU4BMA8GEEm eANQhiGniBCUwp/ENY6CnZ6e8NtVfT+oL/ba110Tj7LmYYt+rGiGK5wTpwl4s9x8fjq07I eo8UBJjWLyVUwvuyA/wBnycg8OzPpxmy897s+t0LZRxHElOhCj9Ru9wWW1DqnA== Message-ID: Date: Thu, 30 Jun 2022 09:13:01 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 From: macmpi Subject: Re: Fixing shell script libraries like /lib/libalpine.sh To: "Daniel F. Dickinson" , ~alpine/devel@lists.alpinelinux.org References: <4caa8c5f-7ebf-ad2f-0e92-29428785fe60@wildtechgarden.ca> Content-Language: en-GB In-Reply-To: <4caa8c5f-7ebf-ad2f-0e92-29428785fe60@wildtechgarden.ca> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit > Speaking of which, I don't see at > https://useplaintext.email/#thunderbird how to limit the line length to > 72 characters as requested (or is this unnecessary due to things > Thunderbird does in background when sending plaintext?). You may open Edit/Preferences/General/Config. editor, right-click the preference mailnews.wraplength, modify, and change it to 72. A value of 0 (zero) wraps to the window width. This applies to the wrapping of plain text messages in the message composer.