diff options
| author | Gordon Henriksen <gordonhenriksen@mac.com> | 2008-06-26 22:58:37 +0000 |
|---|---|---|
| committer | Gordon Henriksen <gordonhenriksen@mac.com> | 2008-06-26 22:58:37 +0000 |
| commit | 3b2e26947541661369011e903c7df8e35cbc6960 (patch) | |
| tree | 172f63180b3b3d9319f0bb64950471dd08f43b19 /llvm/docs/DeveloperPolicy.html | |
| parent | 4ca6973589681ba6a432539a1689bdae68682ca5 (diff) | |
| download | bcm5719-llvm-3b2e26947541661369011e903c7df8e35cbc6960.tar.gz bcm5719-llvm-3b2e26947541661369011e903c7df8e35cbc6960.zip | |
Add a note for Thunderbird users to the Developer Policy.
llvm-svn: 52797
Diffstat (limited to 'llvm/docs/DeveloperPolicy.html')
| -rw-r--r-- | llvm/docs/DeveloperPolicy.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/llvm/docs/DeveloperPolicy.html b/llvm/docs/DeveloperPolicy.html index 144c55ac0d8..4ab0fe42bec 100644 --- a/llvm/docs/DeveloperPolicy.html +++ b/llvm/docs/DeveloperPolicy.html @@ -116,6 +116,15 @@ <em>attachment</em> to the message, not embedded into the text of the message. This ensures that your mailer will not mangle the patch when it sends it (e.g. by making whitespace changes or by wrapping lines).</p> + + <p><em>For Thunderbird users:</em> Before submitting a patch, please open + <em>Preferences → Advanced → General → Config Editor</em>, + find the key <tt>mail.content_disposition_type</tt>, and set its value to + <tt>1</tt>. Without this setting, Thunderbird sends your attachment using + <tt>Content-Disposition: inline</tt> rather than <tt>Content-Disposition: + attachment</tt>. Apple Mail gamely displays such a file inline, making it + difficult to work with for reviewers using that program.</p> +</p> </div> <!-- _______________________________________________________________________ --> |

