]> git.ipfire.org Git - thirdparty/git.git/commit - imap-send.c
imap.preformattedHTML to tell Thunderbird to send non-flowed text
authorJeremy White <jwhite@codeweavers.com>
Thu, 12 Feb 2009 14:58:12 +0000 (08:58 -0600)
committerJunio C Hamano <gitster@pobox.com>
Sun, 15 Feb 2009 08:32:57 +0000 (00:32 -0800)
commitc64d84f1452ec56fd1586493a0b0707bf7442c42
tree917d4a6d4e90b98c8d999c8d0a65a08264392cc5
parente9cc02f0e41fd5d2f51e3c3f2b4f8cfa9e434432
imap.preformattedHTML to tell Thunderbird to send non-flowed text

Many e-mail based development communities require non-flowed text to carry
patches to prevent whitespaces from getting mangled, but there is no easy
way to tell Thunderbird MUA not to use format=flowed, unless you configure
it to do so unconditionally for all outgoing mails.

A workaround for users who use git-imap-send is to wrap the patch in "pre"
element in the draft folder as an HTML message, and tell Thunderbird to
send "text only".  Thunderbird turns such a message into a non-flowed
plain text when sending it out, which is what we want for patch e-mails.

Signed-off-by: Jeremy White <jwhite@codeweavers.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-imap-send.txt
imap-send.c