All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: email-clients.txt
@ 2015-12-06  6:09 Sanidhya Solanki
  2015-12-06 15:30 ` Jonathan Corbet
  0 siblings, 1 reply; 13+ messages in thread
From: Sanidhya Solanki @ 2015-12-06  6:09 UTC (permalink / raw)
  To: corbet; +Cc: linux-doc, linux-kernel

Patch included below. As an aside, thank you for the excellent work on
the books and other documentation.
------------------------------------------------------------------------

Documentation: email-clients.txt

The information for Claws Mail, Evolution and Thunderbird was out of
date. It has been updated with new instructions and warnings.

Signed-off-by: Sanidhya Solanki <jpage.lkml@gmail.com>
---
 Documentation/email-clients.txt | 19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)

diff --git a/Documentation/email-clients.txt
b/Documentation/email-clients.txt index 2d485de..8819c90 100644
--- a/Documentation/email-clients.txt
+++ b/Documentation/email-clients.txt
@@ -79,17 +79,27 @@ to insert into the message.
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Claws Mail (GUI)
 
-Works. Some people use this successfully for patches.
+Tested and Works as of December 2015. Some people use this successfully
+for patches.
 
 To insert a patch use Message->Insert File (CTRL+i) or an external
editor. 
 If the inserted patch has to be edited in the Claws composition window
 "Auto wrapping" in Configuration->Preferences->Compose->Wrapping
should be -disabled.
+disabled. Also, under the heading "View", sub-heading "Character
Encoding" +, choose "Unicode (UTF - 8)"
+
+Do remember that if you insert or type something in the main text area,
+and decide to delete it, you will need to reset the formatting by
opening +a new window for the change you want to make. Re-using the
window in which +you deleted the text will lead to the new message
being mangled. 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Evolution (GUI)
 
+As of December 2015, the composing & inserting  method described below
+does not work.
+
 Some people use this successfully for patches.
 
 When composing mail select: Preformat
@@ -244,8 +254,9 @@ Sylpheed (GUI)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Thunderbird (GUI)
 
-Thunderbird is an Outlook clone that likes to mangle text, but there
are ways -to coerce it into behaving.
+Thunderbird is an Outlook clone that likes to mangle text, but there
are +ways to coerce it into behaving. In December 2015, the internal
editor +options do not appear to work.
 
 - Allow use of an external editor:
   The easiest thing to do with Thunderbird and patches is to use an
-- 
2.5.0


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

* Re: [PATCH] Documentation: email-clients.txt
  2015-12-06  6:09 [PATCH] Documentation: email-clients.txt Sanidhya Solanki
@ 2015-12-06 15:30 ` Jonathan Corbet
  2015-12-06 18:11   ` Joe Perches
  2015-12-06 20:52   ` Randy Dunlap
  0 siblings, 2 replies; 13+ messages in thread
From: Jonathan Corbet @ 2015-12-06 15:30 UTC (permalink / raw)
  To: Sanidhya Solanki; +Cc: linux-doc, linux-kernel

On Sun, 6 Dec 2015 01:09:39 -0500
Sanidhya Solanki <jpage.lkml@gmail.com> wrote:

> Patch included below. As an aside, thank you for the excellent work on
> the books and other documentation.

Thanks for the nice comments.  Future praise, however, should go below the
"---" marker so I don't have to edit it out of the changelogs :)

> Documentation: email-clients.txt
> 
> The information for Claws Mail, Evolution and Thunderbird was out of
> date. It has been updated with new instructions and warnings.

So I feel like I'm missing some sort of intentional irony, but I do have
to point out that this patch has been corrupted by your mailer and cannot
be applied.  The usual advice here applies: try sending the email to
yourself and applying the result.

> diff --git a/Documentation/email-clients.txt
> b/Documentation/email-clients.txt index 2d485de..8819c90 100644
> --- a/Documentation/email-clients.txt
> +++ b/Documentation/email-clients.txt
> @@ -79,17 +79,27 @@ to insert into the message.
>  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>  Claws Mail (GUI)
>  
> -Works. Some people use this successfully for patches.
> +Tested and Works as of December 2015. Some people use this successfully
> +for patches.

Not sure we need datestamps like this here.  In any case, a few kernel
developers are known to use claws - myself included.  We test it every day :)

>  To insert a patch use Message->Insert File (CTRL+i) or an external
> editor. 
>  If the inserted patch has to be edited in the Claws composition window
>  "Auto wrapping" in Configuration->Preferences->Compose->Wrapping
> should be -disabled.
> +disabled. Also, under the heading "View", sub-heading "Character
> Encoding" +, choose "Unicode (UTF - 8)"
> +
> +Do remember that if you insert or type something in the main text area,
> +and decide to delete it, you will need to reset the formatting by
> opening +a new window for the change you want to make. Re-using the
> window in which +you deleted the text will lead to the new message
> being mangled. 

...and this makes no sense to me.  I've never seen any such behavior in
claws?

>  Evolution (GUI)
>  
> +As of December 2015, the composing & inserting  method described below
> +does not work.

Could it really be that nobody is using evolution?  Much nicer here would
be to describe how it fails to work, and, ideally, come up with a fix.

>  Some people use this successfully for patches.
>  
>  When composing mail select: Preformat
> @@ -244,8 +254,9 @@ Sylpheed (GUI)
>  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>  Thunderbird (GUI)
>  
> -Thunderbird is an Outlook clone that likes to mangle text, but there
> are ways -to coerce it into behaving.
> +Thunderbird is an Outlook clone that likes to mangle text, but there
> are +ways to coerce it into behaving. In December 2015, the internal
> editor +options do not appear to work.

Again, what's the problem here?  I suspect there are people using
Thunderbird out there, how are they doing it if the documented approach
doesn't work?

Thanks,

jon

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

* Re: [PATCH] Documentation: email-clients.txt
  2015-12-06 15:30 ` Jonathan Corbet
@ 2015-12-06 18:11   ` Joe Perches
  2015-12-06 18:13     ` Jonathan Corbet
  2015-12-06 21:35     ` Paul Bolle
  2015-12-06 20:52   ` Randy Dunlap
  1 sibling, 2 replies; 13+ messages in thread
From: Joe Perches @ 2015-12-06 18:11 UTC (permalink / raw)
  To: Jonathan Corbet, Sanidhya Solanki; +Cc: linux-doc, linux-kernel

On Sun, 2015-12-06 aASCIIt 08:30 -0700, Jonathan Corbet wrote:
> On Sun, 6 Dec 2015 01:09:39 -0500
> Sanidhya Solanki <jpage.lkml@gmail.com> wrote:
[]
> >  Evolution (GUI)
> >  
> > +As of December 2015, the composing & inserting  method described below
> > +does not work.
> 
> Could it really be that nobody is using evolution?  Much nicer here would
> be to describe how it fails to work, and, ideally, come up with a fix.

Evolution 3.12 works fine.

The text editor for Evolution versions > 3.12 is broken
and unrepairable.

Evolution 3.16 has very poor behavior when replying to
text emails with tabs.  A ">" character is added before
every tab in the reply.

Evolution 3.18 occasionally uses the Non-Breaking-Space
(NBSP) character instead of the standand ASCII 32 space
which breaks applying patches sent with that email client.


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

* Re: [PATCH] Documentation: email-clients.txt
  2015-12-06 18:11   ` Joe Perches
@ 2015-12-06 18:13     ` Jonathan Corbet
  2015-12-07  0:10       ` Sanidhya Solanki
  2015-12-06 21:35     ` Paul Bolle
  1 sibling, 1 reply; 13+ messages in thread
From: Jonathan Corbet @ 2015-12-06 18:13 UTC (permalink / raw)
  To: Joe Perches; +Cc: Sanidhya Solanki, linux-doc, linux-kernel

On Sun, 06 Dec 2015 10:11:04 -0800
Joe Perches <joe@perches.com> wrote:

> > Could it really be that nobody is using evolution?  Much nicer here would
> > be to describe how it fails to work, and, ideally, come up with a fix.  
> 
> Evolution 3.12 works fine.
> 
> The text editor for Evolution versions > 3.12 is broken
> and unrepairable.
> 
> Evolution 3.16 has very poor behavior when replying to
> text emails with tabs.  A ">" character is added before
> every tab in the reply.
> 
> Evolution 3.18 occasionally uses the Non-Breaking-Space
> (NBSP) character instead of the standand ASCII 32 space
> which breaks applying patches sent with that email client.

OK, this is good to know; this is the kind of info that should go into
email-clients.txt.

jon

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

* Re: [PATCH] Documentation: email-clients.txt
  2015-12-06 15:30 ` Jonathan Corbet
  2015-12-06 18:11   ` Joe Perches
@ 2015-12-06 20:52   ` Randy Dunlap
  2015-12-07 18:16     ` Austin S Hemmelgarn
  1 sibling, 1 reply; 13+ messages in thread
From: Randy Dunlap @ 2015-12-06 20:52 UTC (permalink / raw)
  To: Jonathan Corbet, Sanidhya Solanki; +Cc: linux-doc, linux-kernel

On 12/06/15 07:30, Jonathan Corbet wrote:
> On Sun, 6 Dec 2015 01:09:39 -0500
> Sanidhya Solanki <jpage.lkml@gmail.com> wrote:
> 
>> Patch included below. As an aside, thank you for the excellent work on
>> the books and other documentation.
> 
> Thanks for the nice comments.  Future praise, however, should go below the
> "---" marker so I don't have to edit it out of the changelogs :)
> 
>> Documentation: email-clients.txt
>>
>> The information for Claws Mail, Evolution and Thunderbird was out of
>> date. It has been updated with new instructions and warnings.
> 
> So I feel like I'm missing some sort of intentional irony, but I do have
> to point out that this patch has been corrupted by your mailer and cannot
> be applied.  The usual advice here applies: try sending the email to
> yourself and applying the result.
> 
>> diff --git a/Documentation/email-clients.txt
>> b/Documentation/email-clients.txt index 2d485de..8819c90 100644
>> --- a/Documentation/email-clients.txt
>> +++ b/Documentation/email-clients.txt
>> @@ -79,17 +79,27 @@ to insert into the message.
>>  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>  Claws Mail (GUI)
>>  
>> -Works. Some people use this successfully for patches.
>> +Tested and Works as of December 2015. Some people use this successfully
>> +for patches.
> 
> Not sure we need datestamps like this here.  In any case, a few kernel
> developers are known to use claws - myself included.  We test it every day :)
> 
>>  To insert a patch use Message->Insert File (CTRL+i) or an external
>> editor. 
>>  If the inserted patch has to be edited in the Claws composition window
>>  "Auto wrapping" in Configuration->Preferences->Compose->Wrapping
>> should be -disabled.
>> +disabled. Also, under the heading "View", sub-heading "Character
>> Encoding" +, choose "Unicode (UTF - 8)"
>> +
>> +Do remember that if you insert or type something in the main text area,
>> +and decide to delete it, you will need to reset the formatting by
>> opening +a new window for the change you want to make. Re-using the
>> window in which +you deleted the text will lead to the new message
>> being mangled. 
> 
> ...and this makes no sense to me.  I've never seen any such behavior in
> claws?
> 
>>  Evolution (GUI)
>>  
>> +As of December 2015, the composing & inserting  method described below
>> +does not work.
> 
> Could it really be that nobody is using evolution?  Much nicer here would
> be to describe how it fails to work, and, ideally, come up with a fix.
> 
>>  Some people use this successfully for patches.
>>  
>>  When composing mail select: Preformat
>> @@ -244,8 +254,9 @@ Sylpheed (GUI)
>>  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>  Thunderbird (GUI)
>>  
>> -Thunderbird is an Outlook clone that likes to mangle text, but there
>> are ways -to coerce it into behaving.
>> +Thunderbird is an Outlook clone that likes to mangle text, but there
>> are +ways to coerce it into behaving. In December 2015, the internal
>> editor +options do not appear to work.
> 
> Again, what's the problem here?  I suspect there are people using
> Thunderbird out there, how are they doing it if the documented approach
> doesn't work?

I use thunderbird with an external editor plugin, so I just insert patches with
the external editor.


-- 
~Randy

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

* Re: [PATCH] Documentation: email-clients.txt
  2015-12-06 18:11   ` Joe Perches
  2015-12-06 18:13     ` Jonathan Corbet
@ 2015-12-06 21:35     ` Paul Bolle
  2015-12-06 21:40       ` Paul Bolle
  1 sibling, 1 reply; 13+ messages in thread
From: Paul Bolle @ 2015-12-06 21:35 UTC (permalink / raw)
  To: Joe Perches, Jonathan Corbet, Sanidhya Solanki; +Cc: linux-doc, linux-kernel

On zo, 2015-12-06 at 10:11 -0800, Joe Perches wrote:
> The text editor for Evolution versions > 3.12 is broken
> and unrepairable.

My experiences with Evolution 3.16 tell me that might be correct.

> Evolution 3.16 has very poor behavior when replying to
> text emails with tabs.  A ">" character is added before
> every tab in the reply.

That made me shout at my laptop quite a few times already. Oddly enough,
Evolution behaved like it didn't notice that and just kept on doing
that. What an arrogant application...

Also note the annoying line breaks in my reply (written with Evolution
3.16.5). That nonsense also didn't happen in 3.12.

> Evolution 3.18 occasionally uses the Non-Breaking-Space
> (NBSP) character instead of the standand ASCII 32 space
> which breaks applying patches sent with that email client.

(I've only been using Evolution for a decade now. But still the thought
that I really should be looking into a new client scares me quite a
bit.)


Paul Bolle

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

* Re: [PATCH] Documentation: email-clients.txt
  2015-12-06 21:35     ` Paul Bolle
@ 2015-12-06 21:40       ` Paul Bolle
  0 siblings, 0 replies; 13+ messages in thread
From: Paul Bolle @ 2015-12-06 21:40 UTC (permalink / raw)
  To: Joe Perches, Jonathan Corbet, Sanidhya Solanki; +Cc: linux-doc, linux-kernel

On zo, 2015-12-06 at 22:35 +0100, Paul Bolle wrote:
> That made me shout at my laptop quite a few times already. Oddly
> enough,
> Evolution behaved like it didn't notice that and just kept on doing
> that. What an arrogant application...
> 
> Also note the annoying line breaks in my reply (written with Evolution
> 3.16.5). That nonsense also didn't happen in 3.12.

Being polite with mail, I edited out the lines with these line breaks.
But this self-reply should actually show that annoyance.


Paul Bolle

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

* Re: [PATCH] Documentation: email-clients.txt
  2015-12-06 18:13     ` Jonathan Corbet
@ 2015-12-07  0:10       ` Sanidhya Solanki
  2015-12-07  4:13         ` Joe Perches
  0 siblings, 1 reply; 13+ messages in thread
From: Sanidhya Solanki @ 2015-12-07  0:10 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: Joe Perches, linux-doc, linux-kernel

So, now that everyone has sounded off about their clients, I guess we
can know how people still use the clients that are included in the
documentation.

As a side note, JC, I think I have figured out why the patch did not
apply for you but works for me. It appears, ostensibly, that when
using CLaws 3.12 on Fedora, I can send patches that seem to work only
after inserting the file. If I add anything in the compose window after
inserting the patch, the client appears to mangle it. That would
explain the issues you experienced and  I still seem to be having. 

As an aside, I do send every patch to myself on multiple accounts using
Claws, then compare the SHA512 hash, and as a final measure reset git
and reapply the patch. Only then do I send it to the mailing list.

If no one else provides a patch including the information supplied by
this email chain in 5 days, then I will collect it all and send it to
you in a patch.

Best give people a few days to claim their findings as their own,
without delaying it too much.

Try the patch I just send you.

Thanks.

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

* Re: [PATCH] Documentation: email-clients.txt
  2015-12-07  0:10       ` Sanidhya Solanki
@ 2015-12-07  4:13         ` Joe Perches
  2015-12-07  5:24           ` Randy Dunlap
  0 siblings, 1 reply; 13+ messages in thread
From: Joe Perches @ 2015-12-07  4:13 UTC (permalink / raw)
  To: Sanidhya Solanki, Jonathan Corbet; +Cc: linux-doc, linux-kernel

On Sun, 2015-12-06 at 19:10 -0500, Sanidhya Solanki wrote:
> Try the patch I just send you.

I think you should first try the patch you just sent yourself.


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

* Re: [PATCH] Documentation: email-clients.txt
  2015-12-07  4:13         ` Joe Perches
@ 2015-12-07  5:24           ` Randy Dunlap
  0 siblings, 0 replies; 13+ messages in thread
From: Randy Dunlap @ 2015-12-07  5:24 UTC (permalink / raw)
  To: Joe Perches, Sanidhya Solanki, Jonathan Corbet; +Cc: linux-doc, linux-kernel

On 12/06/15 20:13, Joe Perches wrote:
> On Sun, 2015-12-06 at 19:10 -0500, Sanidhya Solanki wrote:
>> Try the patch I just send you.
> 
> I think you should first try the patch you just sent yourself.
> 

Yes, it appears to be mangled. :(


-- 
~Randy

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

* Re: [PATCH] Documentation: email-clients.txt
  2015-12-06 20:52   ` Randy Dunlap
@ 2015-12-07 18:16     ` Austin S Hemmelgarn
  0 siblings, 0 replies; 13+ messages in thread
From: Austin S Hemmelgarn @ 2015-12-07 18:16 UTC (permalink / raw)
  To: Randy Dunlap, Jonathan Corbet, Sanidhya Solanki; +Cc: linux-doc, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 3802 bytes --]

On 2015-12-06 15:52, Randy Dunlap wrote:
> On 12/06/15 07:30, Jonathan Corbet wrote:
>> On Sun, 6 Dec 2015 01:09:39 -0500
>> Sanidhya Solanki <jpage.lkml@gmail.com> wrote:
>>
>>> Patch included below. As an aside, thank you for the excellent work on
>>> the books and other documentation.
>>
>> Thanks for the nice comments.  Future praise, however, should go below the
>> "---" marker so I don't have to edit it out of the changelogs :)
>>
>>> Documentation: email-clients.txt
>>>
>>> The information for Claws Mail, Evolution and Thunderbird was out of
>>> date. It has been updated with new instructions and warnings.
>>
>> So I feel like I'm missing some sort of intentional irony, but I do have
>> to point out that this patch has been corrupted by your mailer and cannot
>> be applied.  The usual advice here applies: try sending the email to
>> yourself and applying the result.
>>
>>> diff --git a/Documentation/email-clients.txt
>>> b/Documentation/email-clients.txt index 2d485de..8819c90 100644
>>> --- a/Documentation/email-clients.txt
>>> +++ b/Documentation/email-clients.txt
>>> @@ -79,17 +79,27 @@ to insert into the message.
>>>   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>>   Claws Mail (GUI)
>>>
>>> -Works. Some people use this successfully for patches.
>>> +Tested and Works as of December 2015. Some people use this successfully
>>> +for patches.
>>
>> Not sure we need datestamps like this here.  In any case, a few kernel
>> developers are known to use claws - myself included.  We test it every day :)
>>
>>>   To insert a patch use Message->Insert File (CTRL+i) or an external
>>> editor.
>>>   If the inserted patch has to be edited in the Claws composition window
>>>   "Auto wrapping" in Configuration->Preferences->Compose->Wrapping
>>> should be -disabled.
>>> +disabled. Also, under the heading "View", sub-heading "Character
>>> Encoding" +, choose "Unicode (UTF - 8)"
>>> +
>>> +Do remember that if you insert or type something in the main text area,
>>> +and decide to delete it, you will need to reset the formatting by
>>> opening +a new window for the change you want to make. Re-using the
>>> window in which +you deleted the text will lead to the new message
>>> being mangled.
>>
>> ...and this makes no sense to me.  I've never seen any such behavior in
>> claws?
>>
>>>   Evolution (GUI)
>>>
>>> +As of December 2015, the composing & inserting  method described below
>>> +does not work.
>>
>> Could it really be that nobody is using evolution?  Much nicer here would
>> be to describe how it fails to work, and, ideally, come up with a fix.
>>
>>>   Some people use this successfully for patches.
>>>
>>>   When composing mail select: Preformat
>>> @@ -244,8 +254,9 @@ Sylpheed (GUI)
>>>   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>>   Thunderbird (GUI)
>>>
>>> -Thunderbird is an Outlook clone that likes to mangle text, but there
>>> are ways -to coerce it into behaving.
>>> +Thunderbird is an Outlook clone that likes to mangle text, but there
>>> are +ways to coerce it into behaving. In December 2015, the internal
>>> editor +options do not appear to work.
>>
>> Again, what's the problem here?  I suspect there are people using
>> Thunderbird out there, how are they doing it if the documented approach
>> doesn't work?
>
> I use thunderbird with an external editor plugin, so I just insert patches with
> the external editor.
>
It may be worth noting that you can get a plugin that lets you just 
toggle word-wrap with the internal editor (rather un-inventively called 
'Toggle Word Wrap'), and that _seems_ to work most of the time.  The 
down side to this of course is that it toggles for the whole message, 
and not just parts of it.



[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 3019 bytes --]

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

* Re: [PATCH] Documentation: email-clients.txt
  2015-12-07  0:01 Sanidhya Solanki
@ 2015-12-07  8:03 ` Clemens Ladisch
  0 siblings, 0 replies; 13+ messages in thread
From: Clemens Ladisch @ 2015-12-07  8:03 UTC (permalink / raw)
  To: Sanidhya Solanki, corbet; +Cc: linux-kernel, linux-doc, joe

Sanidhya Solanki wrote:
>  Claws Mail (GUI)
>
> -Works. Some people use this successfully for patches.
> +Tested and Works as of December 2015. Some people use this successfully
> +for patches.

"Some people" still doesn't include you:

> -Thunderbird is an Outlook clone that likes to mangle text, but there
> are ways -to coerce it into behaving.
> +Thunderbird is an Outlook clone that likes to mangle text, but there
> are +ways to coerce it into behaving. In December 2015, the internal
> editor +options do not appear to work.

How exactly?  Thunderbird appears to work for me, and doesn't break long lines or sends plain text as "flowed".

And version numbers might be more useful than dates.


Regards,
Clemens

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

* Re: [PATCH] Documentation: email-clients.txt
@ 2015-12-07  0:01 Sanidhya Solanki
  2015-12-07  8:03 ` Clemens Ladisch
  0 siblings, 1 reply; 13+ messages in thread
From: Sanidhya Solanki @ 2015-12-07  0:01 UTC (permalink / raw)
  To: corbet; +Cc: linux-kernel, linux-doc, joe

[PATCH] Documentation: email-clients.txt

The information for Claws Mail, Evolution and Thunderbird was out of
date. It has been updated with new instructions and warnings.

Signed-off-by: Sanidhya Solanki <jpage.lkml@gmail.com>
---
 Documentation/email-clients.txt | 19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)

diff --git a/Documentation/email-clients.txt
b/Documentation/email-clients.txt index 2d485de..8819c90 100644
--- a/Documentation/email-clients.txt
+++ b/Documentation/email-clients.txt
@@ -79,17 +79,27 @@ to insert into the message.
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Claws Mail (GUI)
 
-Works. Some people use this successfully for patches.
+Tested and Works as of December 2015. Some people use this successfully
+for patches.
 
 To insert a patch use Message->Insert File (CTRL+i) or an external
editor. 
 If the inserted patch has to be edited in the Claws composition window
 "Auto wrapping" in Configuration->Preferences->Compose->Wrapping
should be -disabled.
+disabled. Also, under the heading "View", sub-heading "Character
Encoding" +, choose "Unicode (UTF - 8)"
+
+Do remember that if you insert or type something in the main text area,
+and decide to delete it, you will need to reset the formatting by
opening +a new window for the change you want to make. Re-using the
window in which +you deleted the text will lead to the new message
being mangled. 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Evolution (GUI)
 
+As of December 2015, the composing & inserting  method described below
+does not work.
+
 Some people use this successfully for patches.
 
 When composing mail select: Preformat
@@ -244,8 +254,9 @@ Sylpheed (GUI)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Thunderbird (GUI)
 
-Thunderbird is an Outlook clone that likes to mangle text, but there
are ways -to coerce it into behaving.
+Thunderbird is an Outlook clone that likes to mangle text, but there
are +ways to coerce it into behaving. In December 2015, the internal
editor +options do not appear to work.
 
 - Allow use of an external editor:
   The easiest thing to do with Thunderbird and patches is to use an
-- 
2.5.0


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

end of thread, other threads:[~2015-12-07 18:17 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-06  6:09 [PATCH] Documentation: email-clients.txt Sanidhya Solanki
2015-12-06 15:30 ` Jonathan Corbet
2015-12-06 18:11   ` Joe Perches
2015-12-06 18:13     ` Jonathan Corbet
2015-12-07  0:10       ` Sanidhya Solanki
2015-12-07  4:13         ` Joe Perches
2015-12-07  5:24           ` Randy Dunlap
2015-12-06 21:35     ` Paul Bolle
2015-12-06 21:40       ` Paul Bolle
2015-12-06 20:52   ` Randy Dunlap
2015-12-07 18:16     ` Austin S Hemmelgarn
2015-12-07  0:01 Sanidhya Solanki
2015-12-07  8:03 ` Clemens Ladisch

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.