X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-imap-send.txt;h=d016dafd491de5a4635e30b92607dadbaf7bf46f;hb=077f3d405a4d366456c82fb9a09abef06edcb88d;hp=eed50572e08e10266907811a40d69cbf1cc7a532;hpb=a2dc04ba159def766ee17db00c60bdbda477955d;p=git.git diff --git a/Documentation/git-imap-send.txt b/Documentation/git-imap-send.txt index eed50572e..d016dafd4 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
+	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
 ~~~~~~~~