From: Jonathan Nieder <jrnieder@gmail.com>
To: Michael J Gruber <git@drmicha.warpmail.net>
Cc: Junio C Hamano <gitster@pobox.com>,
Johannes Sixt <j.sixt@viscovery.net>,
Jim Meyering <jim@meyering.net>,
Drew Northup <drew.northup@maine.edu>,
git list <git@vger.kernel.org>, Yann Dirson <ydirson@altern.org>,
Stephen Boyd <bebarino@gmail.com>
Subject: Re: [PATCH/RFC 6/5] Documentation/format-patch: suggest Toggle Word Wrap add-on for Thunderbird
Date: Fri, 15 Apr 2011 15:17:06 -0500 [thread overview]
Message-ID: <20110415201706.GC13735@elie> (raw)
In-Reply-To: <4DA887FF.4070606@drmicha.warpmail.net>
Michael J Gruber wrote:
> Does this add-on toggle "format fl[oa]wed" also?
Yep, it does. Great find, Hannes.
> BTW: "AboutConfig" was great while it was needed, but these days you can
> access Thunderbird's about:config from the options.
So to summarize the three approaches (this is not a proposed wording;
I'm just trying to clear things up for myself):
By default, Thunderbird will send HTML mail, wrap outgoing mail to 72
characters for plain text mail, and transforms plain text mail to
match the follow=flowed spec.
To disable HTML mail, use Edit->Account Settings to uncheck the
"Compose messages in HTML format" setting in the "Composition &
Addressing" panel of the account to be used to send the patch.
You've probably done this already --- many development lists do not
like HTML mail for ordinary discussion, either.
To disable wrapping and format=flowed, install the Toggle Word Wrap
add-on that is available from
https://addons.mozilla.org/thunderbird/addon/toggle-word-wrap/
It adds a menu entry "Enable Word Wrap" that you can tick off. Now you
can compose the message as you otherwise do (cut + paste,
'git format-patch' | 'git imap-send', etc), but you have to insert
line breaks manually in any additional text that you type.
That's it.
If for some reason that add-on doesn't work (maybe you don't like
add-ons?), use the Config Editor (under Edit->Preferences->Advanced)
to set
mailnews.send_plaintext_flowed => false
to disable format=flowed and one of the following (?)
mail.wrap_long_lines => false
mailnews.wraplength => 0
to disable line wrapping.
You might also find the External Editor add-on from
http://globs.org/articles.php?lng=en&pg=8 useful.
There is a script in contrib/thunderbird-patch-inline which can be used
as an external editor to include patches with Thunderbird and populate
the "To:", "Subject:", and "Cc:" fields.
next prev parent reply other threads:[~2011-04-15 20:17 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-13 15:39 [PATCH] remove doubled words, e.g., s/to to/to/, and fix related typos Jim Meyering
2011-04-13 18:35 ` Drew Northup
2011-04-13 21:22 ` Jim Meyering
2011-04-13 22:17 ` [PATCH/RFC] Documentation/format-patch: summarize patch-sending workflow Jonathan Nieder
2011-04-13 22:38 ` Junio C Hamano
2011-04-14 21:11 ` [PATCH v2] Documentation: summarize how format-patch output is consumed Jonathan Nieder
2011-04-14 22:05 ` Junio C Hamano
2011-04-15 2:11 ` [PATCH/RFC v3 0/5] Documentation/format-patch: more hints on submitting patches Jonathan Nieder
2011-04-15 2:22 ` [PATCH 1/5] Documentation: describe the format of messages with inline patches Jonathan Nieder
2011-04-15 20:11 ` Drew Northup
2011-04-15 20:24 ` Junio C Hamano
2011-04-15 2:24 ` [PATCH 2/5] Documentation: explain how to check for patch corruption Jonathan Nieder
2011-04-15 4:53 ` Junio C Hamano
2011-04-15 6:17 ` Jonathan Nieder
2011-04-15 2:28 ` [PATCH 3/5] Documentation: hints for sending patches inline with Thunderbird Jonathan Nieder
2011-04-15 2:32 ` [PATCH 4/5] Documentation: publicize KMail hints for sending patches inline Jonathan Nieder
2011-04-17 13:57 ` Michele Ballabio
2011-04-15 2:33 ` [PATCH 5/5] Documentation: publicize hints for sending patches with GMail Jonathan Nieder
2011-04-15 7:41 ` [PATCH/RFC 6/5] Documentation/format-patch: suggest Toggle Word Wrap add-on for Thunderbird Johannes Sixt
2011-04-15 17:54 ` Junio C Hamano
2011-04-15 18:01 ` Michael J Gruber
2011-04-15 18:49 ` Junio C Hamano
2011-04-15 20:17 ` Jonathan Nieder [this message]
2011-04-18 6:31 ` [PATCH 6/5 v2] " Johannes Sixt
2011-04-13 22:26 ` [PATCH] remove doubled words, e.g., s/to to/to/, and fix related typos Jakub Narebski
2011-04-13 18:47 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110415201706.GC13735@elie \
--to=jrnieder@gmail.com \
--cc=bebarino@gmail.com \
--cc=drew.northup@maine.edu \
--cc=git@drmicha.warpmail.net \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=j.sixt@viscovery.net \
--cc=jim@meyering.net \
--cc=ydirson@altern.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.