Corrected Matt's name in the credits
authorArt Cancro <ajc@citadel.org>
Sun, 9 Jul 2006 14:05:59 +0000 (14:05 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 9 Jul 2006 14:05:59 +0000 (14:05 +0000)
citadel/citadel.c
citadel/docs/citadel.html

index 6cfe72f9a52717b2f751e83121d8aaad1747d8a1..9621e3528481a2b701f62ca1170cf4f9c08188cf 100644 (file)
@@ -977,8 +977,15 @@ void get_serv_info(CtdlIPC *ipc, char *supplied_hostname)
                 /* Look up the , in the bible if you're confused */
                 (locate_host(ipc, buf), buf), buf);
 
-       /* Tell the server what our preferred content formats are */
-       if ((CtdlIPCSpecifyPreferredFormats(ipc, buf, "text/html|text/plain") / 100 )== 2) {
+       /*
+        * Tell the server what our preferred content formats are.
+        *
+        * Originally we preferred HTML over plain text because we can format
+        * it to the reader's screen width, but since our HTML-to-text parser
+        * isn't really all that great, it's probably better to just go with
+        * the plain text when we have it available.
+        */
+       if ((CtdlIPCSpecifyPreferredFormats(ipc, buf, "text/plain|text/html") / 100 )== 2) {
                can_do_msg4 = 1;
        }
 }
index a04245b4de1a8abea34c6572773efe6755a7e64d..4552b3783f61f1f685fd36069b25a90d99c84100 100644 (file)
@@ -93,13 +93,13 @@ others<br>
       </i></td>
     </tr>
     <tr>
-      <td valign="top">Matt McBride<br>
+      <td valign="top">Ben Mehlman<br>
       </td>
       <td valign="top"><i>additional client features<br>
       </i></td>
     </tr>
     <tr>
-      <td valign="top">Ben Mehlman<br>
+      <td valign="top">Matt Pfleger<br>
       </td>
       <td valign="top"><i>additional client features<br>
       </i></td>