From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934017AbaDIQR0 (ORCPT ); Wed, 9 Apr 2014 12:17:26 -0400 Received: from merlin.infradead.org ([205.233.59.134]:47631 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933411AbaDIQRX (ORCPT ); Wed, 9 Apr 2014 12:17:23 -0400 Message-ID: <53457290.5070700@infradead.org> Date: Wed, 09 Apr 2014 09:17:20 -0700 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: paulmcquad , linux-kernel@vger.kernel.org Subject: Re: [v2] Doc: email-clients.txt:added thunderbird settings References: <53334038.4050507@gmail.com> In-Reply-To: <53334038.4050507@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/26/2014 02:01 PM, paulmcquad wrote: >>>From 9c385609591c5ed87989a127c95da95aa8845162 Mon Sep 17 00:00:00 2001 > From: Paul McQuade > Date: Tue, 25 Mar 2014 20:16:47 +0000 > Subject: [PATCH] Doc: email-clients.txt:added thunderbird settings > > Added setting to email-clients that is easier to read > and is easier to setup thunderbird. Removed config settings > and added GUI settings. > > Signed-off-by: Paul McQuade Applied. Thanks. > --- > Documentation/email-clients.txt | 15 +++++---------- > 1 file changed, 5 insertions(+), 10 deletions(-) > > diff --git a/Documentation/email-clients.txt b/Documentation/email-clients.txt > index e9f5dac..1e7c171 100644 > --- a/Documentation/email-clients.txt > +++ b/Documentation/email-clients.txt > @@ -201,20 +201,15 @@ 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 "edit->preferences->advanced->config editor" to bring up the > - thunderbird's registry editor, and set "mailnews.send_plaintext_flowed" to > - "false". > + thunderbird's registry editor. > > -- Disable HTML Format: Set "mail.identity.id1.compose_html" to "false". > +- Set "mailnews.send_plaintext_flowed" to "false" > > -- Enable "preformat" mode: Set "editor.quotesPreformatted" to "true". > +- Set "mailnews.wraplength" from "72" to "0" > > -- Enable UTF8: Set "prefs.converted-to-utf8" to "true". > +- "View" > "Message Body As" > "Plain Text" > > -- Install the "toggle wordwrap" extension. Download the file from: > - https://addons.mozilla.org/thunderbird/addon/2351/ > - Then go to "tools->add ons", select "install" at the bottom of the screen, > - and browse to where you saved the .xul file. This adds an "Enable > - Wordwrap" entry under the Options menu of the message composer. > +- "View" > "Character Encoding" > "Unicode (UTF-8)" > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > TkRat (GUI) > -- ~Randy