This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [wwwdocs] Add tips for e-mail client configuration contribute.html


Bernardo Innocenti wrote:

+<dt>Mozilla Mail</dt>
+<dd>
+<p>In &quot;<code>Edit / Mail &amp; Newsgroups Account Settings / YOUR-ACCOUNT /
+Composition &amp; Addressing</code>&quot;, uncheck &quot;<code>Compose messages
+in HTML format</code>&quot;.</p>
+
+<p>In &quot;<code>Edit / Preferences / Mail &amp; Newsgroups /
+Composition</code>&quot;, write &quot;<code>0</code>&quot; in the
+&quot;<code>Wrap text messages at N characters</code>&quot; edit box.</p>
+
+<p>Disable RFC 2646 flowed-format by setting the following options in
+&quot;<code>about:config</code>&quot; or in the &quot;<code>prefs.js</code>&quot;
+configuration file:</p>
+<blockquote><pre>
+  mailnews.display.disable_format_flowed_support = true
+  mailnews.send_plaintext_flowed = false
+</pre></blockquote>
+
+</dd>

Note this is not necessary if you attach the patch. I always attach my patches, and it comes out fine, without any special tweaking. I'm running Mozilla 1.7 on Mac OSX. Usually the patches are generated on GNU/Linux, and copied over; sometimes they're generated natively. Either way I seem to get the "right thing" without any special configuration. For example: http://gcc.gnu.org/ml/gcc-patches/2004-06/msg01910.html contains an attachment - though the archive doesn't indicate that. -- --Per Bothner per@bothner.com http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]