All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: process: Update email client instructions for Thunderbird
@ 2022-07-13 22:50 sndanailov
  2022-07-14  1:08 ` Bagas Sanjaya
  0 siblings, 1 reply; 3+ messages in thread
From: sndanailov @ 2022-07-13 22:50 UTC (permalink / raw)
  To: corbet; +Cc: linux-doc, linux-kernel, Sotir Danailov

From: Sotir Danailov <sndanailov@gmail.com>

The instructions don't match with the current Thunderbird interface.

Signed-off-by: Sotir Danailov <sndanailov@gmail.com>
---
 Documentation/process/email-clients.rst | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/Documentation/process/email-clients.rst b/Documentation/process/email-clients.rst
index 16586f6cc888..243203d73272 100644
--- a/Documentation/process/email-clients.rst
+++ b/Documentation/process/email-clients.rst
@@ -280,10 +280,10 @@ to coerce it into behaving.
 - Allow use of an external editor:
   The easiest thing to do with Thunderbird and patches is to use an
   "external editor" extension and then just use your favorite ``$EDITOR``
-  for reading/merging patches into the body text.  To do this, download
-  and install the extension, then add a button for it using
-  :menuselection:`View-->Toolbars-->Customize...` and finally just click on it
-  when in the :menuselection:`Compose` dialog.
+  for reading/merging patches into the body text. To do this, download
+  and install the extension, then open :menuselection:`Write` and add a button
+  for it using :menuselection:`View-->Toolbars-->Customize...` and finally
+  just click on the new button when you wish to use the external editor.
 
   Please note that "external editor" requires that your editor must not
   fork, or in other words, the editor must not return before closing.
@@ -297,7 +297,8 @@ to coerce it into behaving.
 To beat some sense out of the internal editor, do this:
 
 - Edit your Thunderbird config settings so that it won't use ``format=flowed``.
-  Go to :menuselection:`edit-->preferences-->advanced-->config editor` to bring up
+  Go to your main window and find the button for your main dropdown menu.
+  :menuselection:`Menu-->Preferences-->General-->Config Editor...` to bring up
   the thunderbird's registry editor.
 
 - Set ``mailnews.send_plaintext_flowed`` to ``false``
@@ -306,8 +307,6 @@ To beat some sense out of the internal editor, do this:
 
 - :menuselection:`View-->Message Body As-->Plain Text`
 
-- :menuselection:`View-->Character Encoding-->Unicode (UTF-8)`
-
 TkRat (GUI)
 ***********
 
-- 
2.37.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation: process: Update email client instructions for Thunderbird
  2022-07-13 22:50 [PATCH] Documentation: process: Update email client instructions for Thunderbird sndanailov
@ 2022-07-14  1:08 ` Bagas Sanjaya
  2022-07-14  9:38   ` Sotir Danailov
  0 siblings, 1 reply; 3+ messages in thread
From: Bagas Sanjaya @ 2022-07-14  1:08 UTC (permalink / raw)
  To: sndanailov, corbet; +Cc: linux-doc, linux-kernel

On 7/14/22 05:50, sndanailov@gmail.com wrote:
> @@ -280,10 +280,10 @@ to coerce it into behaving.
>  - Allow use of an external editor:
>    The easiest thing to do with Thunderbird and patches is to use an
>    "external editor" extension and then just use your favorite ``$EDITOR``
> -  for reading/merging patches into the body text.  To do this, download
> -  and install the extension, then add a button for it using
> -  :menuselection:`View-->Toolbars-->Customize...` and finally just click on it
> -  when in the :menuselection:`Compose` dialog.
> +  for reading/merging patches into the body text. To do this, download
> +  and install the extension, then open :menuselection:`Write` and add a button
> +  for it using :menuselection:`View-->Toolbars-->Customize...` and finally
> +  just click on the new button when you wish to use the external editor.
>  

There's a remastered version (uses MailExtensions interfaces) of extension
at [1], suitable for current Thunderbird version:

[1]: https://addons.thunderbird.net/en-US/thunderbird/addon/external-editor-revived/

-- 
An old man doll... just what I always wanted! - Clara

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation: process: Update email client instructions for Thunderbird
  2022-07-14  1:08 ` Bagas Sanjaya
@ 2022-07-14  9:38   ` Sotir Danailov
  0 siblings, 0 replies; 3+ messages in thread
From: Sotir Danailov @ 2022-07-14  9:38 UTC (permalink / raw)
  To: Bagas Sanjaya, corbet; +Cc: linux-doc, linux-kernel

On 14 Jul 2022 03:08, Bagas Sanjaya wrote:
> There's a remastered version (uses MailExtensions interfaces) of extension
> at [1], suitable for current Thunderbird version:
> 
> [1]: https://addons.thunderbird.net/en-US/thunderbird/addon/external-editor-revived/

I should've added a specific addon as an example, thank you for looking into it!
Also forgot to mention the "Account Settings" for composing in HTML.
I will write a new version of the patch to clarify both of those issues.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-14  9:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-13 22:50 [PATCH] Documentation: process: Update email client instructions for Thunderbird sndanailov
2022-07-14  1:08 ` Bagas Sanjaya
2022-07-14  9:38   ` Sotir Danailov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.