From: Ömer Bahadır Kundak <bahadir@kundak.dev>
---
index.html | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/index.html b/index.html
index db2050a..2e175f3 100644
--- a/index.html+++ b/index.html
@@ -507,10 +507,9 @@
<ol>
<li>In the accounts tab, right click on your account</li>
<li>Select "Settings"</li>
- <li>Select the "Composition & Addressing" settings</li>- <li>Disable "Compose messages in HTML format"</li>- <li>Select "Start my reply below the quote"</li>- <li>Repeat this for any other email accounts</li>+ <li>Select the "Composition</li>+ <li>Scroll down until "Sending Format" section.</li>+ <li>Select "Only Plain Text" from list.</li> </ol>
<h3 id="tutanota">Tutanota</h3>
<div class="breakdown">
--
2.34.2
Re: [PATCH useplaintext.email] Update instructions for Mozilla Thunderbird
On Sat, Aug 13, 2022 at 06:55:17AM +0300, ~obk wrote:
> From: Ömer Bahadır Kundak <bahadir@kundak.dev>> > ---> index.html | 7 +++----> 1 file changed, 3 insertions(+), 4 deletions(-)> > diff --git a/index.html b/index.html> index db2050a..2e175f3 100644> --- a/index.html> +++ b/index.html> @@ -507,10 +507,9 @@> <ol>> <li>In the accounts tab, right click on your account</li>> <li>Select "Settings"</li>> - <li>Select the "Composition & Addressing" settings</li>> - <li>Disable "Compose messages in HTML format"</li>> - <li>Select "Start my reply below the quote"</li>> - <li>Repeat this for any other email accounts</li>> + <li>Select the "Composition</li>
You are missing closing " here.
> + <li>Scroll down until "Sending Format" section.</li>> + <li>Select "Only Plain Text" from list.</li>> </ol>> <h3 id="tutanota">Tutanota</h3>> <div class="breakdown">> -- > 2.34.2
Re: [PATCH useplaintext.email] Update instructions for Mozilla Thunderbird
On Fri Aug 12, 2022 at 8:55 PM PDT, ~obk wrote:
> From: Ömer Bahadır Kundak <bahadir@kundak.dev>>> ---> index.html | 7 +++----> 1 file changed, 3 insertions(+), 4 deletions(-)>> diff --git a/index.html b/index.html> index db2050a..2e175f3 100644> --- a/index.html> +++ b/index.html> @@ -507,10 +507,9 @@> <ol>> <li>In the accounts tab, right click on your account</li>> <li>Select "Settings"</li>> - <li>Select the "Composition & Addressing" settings</li>> - <li>Disable "Compose messages in HTML format"</li>> - <li>Select "Start my reply below the quote"</li>> - <li>Repeat this for any other email accounts</li>> + <li>Select the "Composition</li>
In addition to missing these closing quotes, these instructions are not correct.
The proposed change appears to be configuring the Thunderbird global composition
settings, rather than the account-specific composition settings.
If configuring the account-specific settings, the original instructions are
correct.
If configuring the global settings, the instructions should not start by
right-clicking on a specific account.
> + <li>Scroll down until "Sending Format" section.</li>> + <li>Select "Only Plain Text" from list.</li>> </ol>> <h3 id="tutanota">Tutanota</h3>> <div class="breakdown">> --> 2.34.2
--
Luke