diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-03-05 15:41:41 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-03-05 15:41:41 -0800 |
commit | 4e286ece2ee8d6f486faaa522f1de5c363a9a765 (patch) | |
tree | c90b0fbcb9791e9ec30f6d995d24c59efbad2495 /Documentation | |
parent | 2247b45c607675a5bf7813380c5c63ab24aaba36 (diff) | |
parent | c64d84f1452ec56fd1586493a0b0707bf7442c42 (diff) | |
download | git-4e286ece2ee8d6f486faaa522f1de5c363a9a765.tar.gz |
Merge branch 'jw/imap-preformatted-html'
* jw/imap-preformatted-html:
imap.preformattedHTML to tell Thunderbird to send non-flowed text
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-imap-send.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/git-imap-send.txt b/Documentation/git-imap-send.txt index 1685f04efe..024084b8b7 100644 --- a/Documentation/git-imap-send.txt +++ b/Documentation/git-imap-send.txt @@ -64,6 +64,13 @@ imap.sslverify:: used by the SSL/TLS connection. Default is `true`. Ignored when imap.tunnel is set. +imap.preformattedHTML:: + A boolean to enable/disable the use of html encoding when sending + a patch. An html encoded patch will be bracketed with <pre> + and have a content type of text/html. Ironically, enabling this + option causes Thunderbird to send the patch as a plain/text, + format=fixed email. Default is `false`. + Examples ~~~~~~~~ |