linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: process: email-client: add Thunderbird "Toggle Line Wrap" extension
@ 2025-12-25 12:32 Vincent Mailhol
  2025-12-25 20:41 ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Vincent Mailhol @ 2025-12-25 12:32 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: workflows, linux-doc, linux-kernel, Rob Landley, Sotir Danailov,
	Giedrius Statkevičius, Paul McQuade, Randy Dunlap,
	Vincent Mailhol

While reading the git-format-patch manpages [1], I discovered the existence
of the "Toggle Line Wrap" extension for Thunderbird which I found rather
convenient.

Looking at the history, the ancestor of this extension was added to the
documentation in commit e0e34e977a7c ("Documentation/email-clients.txt:
update Thunderbird docs with wordwrap plugin") but then removed in commit
f9a0974d3f70 ("Documentation: update thunderbird email client settings").

Extend the paragraph on Thunderbird's mailnews.wraplength register to
mention the existence of the "Toggle Line Wrap" extension. The goal is not
to create a war on what is the best option so make it clear that this is an
alternative.

[1] man git-format-patch -- §Thunderbird
Link: https://git-scm.com/docs/git-format-patch#_thunderbird

Signed-off-by: Vincent Mailhol <mailhol@kernel.org>
---
and Merry Christmas!
---
 Documentation/process/email-clients.rst | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/Documentation/process/email-clients.rst b/Documentation/process/email-clients.rst
index 84a2450bb6ec..27cd43b185dd 100644
--- a/Documentation/process/email-clients.rst
+++ b/Documentation/process/email-clients.rst
@@ -324,7 +324,14 @@ To beat some sense out of the internal editor, do this:
 
   - Set ``mailnews.send_plaintext_flowed`` to ``false``
 
-  - Set ``mailnews.wraplength`` from ``72`` to ``0``
+  - Set ``mailnews.wraplength`` from ``72`` to ``0`` **or** install the
+    "Toggle Line Wrap" extension
+
+    https://github.com/jan-kiszka/togglelinewrap
+
+    https://addons.thunderbird.net/fr/thunderbird/addon/toggle-line-wrap/
+
+    to control this registry on the fly.
 
 - Don't write HTML messages! Go to the main window
   :menuselection:`Main Menu-->Account Settings-->youracc@server.something-->Composition & Addressing`!

---
base-commit: 9448598b22c50c8a5bb77a9103e2d49f134c9578
change-id: 20251225-docs_thunderbird-toggle-line-wrap-dbe39bcb650b

Best regards,
-- 
Vincent Mailhol <mailhol@kernel.org>


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

* Re: [PATCH] docs: process: email-client: add Thunderbird "Toggle Line Wrap" extension
  2025-12-25 12:32 [PATCH] docs: process: email-client: add Thunderbird "Toggle Line Wrap" extension Vincent Mailhol
@ 2025-12-25 20:41 ` Randy Dunlap
  2025-12-25 23:35   ` Vincent Mailhol
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2025-12-25 20:41 UTC (permalink / raw)
  To: Vincent Mailhol, Jonathan Corbet
  Cc: workflows, linux-doc, linux-kernel, Rob Landley, Sotir Danailov,
	Giedrius Statkevičius, Paul McQuade

Hi,

On 12/25/25 4:32 AM, Vincent Mailhol wrote:
> While reading the git-format-patch manpages [1], I discovered the existence
> of the "Toggle Line Wrap" extension for Thunderbird which I found rather
> convenient.
> 
> Looking at the history, the ancestor of this extension was added to the
> documentation in commit e0e34e977a7c ("Documentation/email-clients.txt:
> update Thunderbird docs with wordwrap plugin") but then removed in commit
> f9a0974d3f70 ("Documentation: update thunderbird email client settings").
> 
> Extend the paragraph on Thunderbird's mailnews.wraplength register to
> mention the existence of the "Toggle Line Wrap" extension. The goal is not
> to create a war on what is the best option so make it clear that this is an
> alternative.
> 
> [1] man git-format-patch -- §Thunderbird
> Link: https://git-scm.com/docs/git-format-patch#_thunderbird
> 
> Signed-off-by: Vincent Mailhol <mailhol@kernel.org>
> ---
> and Merry Christmas!
> ---
>  Documentation/process/email-clients.rst | 9 ++++++++-
>  1 file changed, 8 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/process/email-clients.rst b/Documentation/process/email-clients.rst
> index 84a2450bb6ec..27cd43b185dd 100644
> --- a/Documentation/process/email-clients.rst
> +++ b/Documentation/process/email-clients.rst
> @@ -324,7 +324,14 @@ To beat some sense out of the internal editor, do this:
>  
>    - Set ``mailnews.send_plaintext_flowed`` to ``false``
>  
> -  - Set ``mailnews.wraplength`` from ``72`` to ``0``
> +  - Set ``mailnews.wraplength`` from ``72`` to ``0`` **or** install the
> +    "Toggle Line Wrap" extension
> +
> +    https://github.com/jan-kiszka/togglelinewrap
> +
> +    https://addons.thunderbird.net/fr/thunderbird/addon/toggle-line-wrap/

Please use the URL from the git-scm.com web page (i.e., without "fr/").

https://addons.thunderbird.net/thunderbird/addon/toggle-line-wrap

> +
> +    to control this registry on the fly.
>  
>  - Don't write HTML messages! Go to the main window
>    :menuselection:`Main Menu-->Account Settings-->youracc@server.something-->Composition & Addressing`!
> 
> ---
> base-commit: 9448598b22c50c8a5bb77a9103e2d49f134c9578
> change-id: 20251225-docs_thunderbird-toggle-line-wrap-dbe39bcb650b
> 
> Best regards,

-- 
~Randy


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

* Re: [PATCH] docs: process: email-client: add Thunderbird "Toggle Line Wrap" extension
  2025-12-25 20:41 ` Randy Dunlap
@ 2025-12-25 23:35   ` Vincent Mailhol
  0 siblings, 0 replies; 3+ messages in thread
From: Vincent Mailhol @ 2025-12-25 23:35 UTC (permalink / raw)
  To: Randy Dunlap, Jonathan Corbet
  Cc: workflows, linux-doc, linux-kernel, Rob Landley, Sotir Danailov,
	Giedrius Statkevičius, Paul McQuade

On 25/12/2025 at 21:41, Randy Dunlap wrote:
> Hi,
> 
> On 12/25/25 4:32 AM, Vincent Mailhol wrote:

(...)

>> +    https://addons.thunderbird.net/fr/thunderbird/addon/toggle-line-wrap/
> 
> Please use the URL from the git-scm.com web page (i.e., without "fr/").
> 
> https://addons.thunderbird.net/thunderbird/addon/toggle-line-wrap

D'oh, I didn't realize that I was pointing to the French page. Thanks
for spotting that!


Yours sincerely,
Vincent Mailhol


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

end of thread, other threads:[~2025-12-25 23:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-25 12:32 [PATCH] docs: process: email-client: add Thunderbird "Toggle Line Wrap" extension Vincent Mailhol
2025-12-25 20:41 ` Randy Dunlap
2025-12-25 23:35   ` Vincent Mailhol

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).