mhonarc-commits
[Top] [All Lists]

CVS: mhonarc/MHonArc/doc/faq faq.html,1.23,1.24 mime.html,1.16,1.17

2002-06-27 21:04:48
Update of /cvsroot/mhonarc/mhonarc/MHonArc/doc/faq
In directory subversions:/tmp/cvs-serv12726/doc/faq

Modified Files:
	faq.html mime.html 
Log Message:
* Added MIMEALTPREFS resource: Content-type preferences for
  multipart/alternative data.  You can now tell MHonArc to use the
  text/plain part over a text/html part in multipart/alternative
  messages.
* FAQ update to mention MIMEALTPREFS.


Index: faq.html
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/doc/faq/faq.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** faq.html	18 Apr 2002 06:19:27 -0000	1.23
--- faq.html	28 Jun 2002 03:28:10 -0000	1.24
***************
*** 151,154 ****
--- 151,155 ----
  <li><a name="lineclip" href="mime.html#lineclip">Can long lines be wrapped in converted messages?</a></li>
  <li><a name="exclude" href="mime.html#exclude">Can I exclude specific media-types?</a></li>
+ <li><a name="alternative" href="mime.html#alternative">Can I tell MHonArc to use the text/plain part over a text/html part in a multipart/alternative message?</a></li>
  </ul>
  </ul>

Index: mime.html
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/doc/faq/mime.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** mime.html	18 Apr 2002 06:19:27 -0000	1.16
--- mime.html	28 Jun 2002 03:28:10 -0000	1.17
***************
*** 27,30 ****
--- 27,31 ----
  <li><a href="#lineclip">Can long lines be wrapped in converted messages?</a></li>
  <li><a href="#exclude">Can I exclude specific media-types?</a></li>
+ <li><a href="#alternative">Can I tell MHonArc to use the text/plain part over a text/html part in a multipart/alternative message?</a></li>
  </ul>
  <!--X-TOC-End-->
***************
*** 129,133 ****
--- 130,140 ----
  in the MIMEFILTERS page of the documentation.  Make note of the
  security cautions in the documentation.
+ Example:
  </p>
+ <pre>
+ &lt;MIMEArgs&gt;
+ m2h_external::filter; usename
+ &lt;/MIMEArgs&gt;
+ </pre>
  
  <dl>
***************
*** 147,151 ****
--- 154,164 ----
  <p>Yes.  See the options available for the <b>m2h_text_plain::filter</b>
  described in the MIMEFILTERS resource page of the documentation.
+ Example:
  </p>
+ <pre>
+ &lt;MIMEArgs&gt;
+ m2h_text_plain::filter; nonfixed
+ &lt;/MIMEArgs&gt;
+ </pre>
  
  <!-- ??????????????????????????????????????????????????????????????? -->
***************
*** 158,162 ****
--- 171,182 ----
  <p>Yes.  See the options available for the <b>m2h_text_plain::filter</b>
  described in the MIMEFILTERS resource page of the documentation.
+ Example:
  </p>
+ <pre>
+ &lt;-- Make sure lines are no longer than 80 characters --&gt;
+ &lt;MIMEArgs&gt;
+ m2h_text_plain::filter; maxwidth=80
+ &lt;/MIMEArgs&gt;
+ </pre>
  
  <!-- ??????????????????????????????????????????????????????????????? -->
***************
*** 168,172 ****
--- 188,217 ----
  
  <p>Yes.  See the MIMEEXCS resource.
+ Example:
  </p>
+ <pre>
+ &lt;-- Exclude all HTML and binary data --&gt;
+ &lt;MIMEExcs&gt;
+ text/html
+ application/octet-steam
+ &lt;/MIMEExcs&gt;
+ </pre>
+ 
+ <!-- ??????????????????????????????????????????????????????????????? -->
+ <hr noshade size=1>
+ <table border=0>
+ <tr valign=top><td><img src="monicon.png" align="bottom" alt=""></td><td>
+ <h3><b><a name="alternative">Can I tell MHonArc to use the text/plain part over a text/html part in a multipart/alternative message?</a></b></h3>
+ </td></tr></table>
+ 
+ <p>Yes, in v2.5.8, and later, via the MIMEALTPREFS resource.
+ Example:
+ </p>
+ <pre>
+ &lt;MIMEAltPrefs&gt;
+ text/plain
+ text/html
+ &lt;/MIMEAltPrefs&gt;
+ </pre>
  
  <!-- ===================================================================== -->

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV