From df9522b856a8cb05528d11b7ac91500446a56064 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sun, 9 Jul 2006 14:05:59 +0000 Subject: [PATCH] Corrected Matt's name in the credits --- citadel/citadel.c | 11 +++++++++-- citadel/docs/citadel.html | 4 ++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/citadel/citadel.c b/citadel/citadel.c index 6cfe72f9a..9621e3528 100644 --- a/citadel/citadel.c +++ b/citadel/citadel.c @@ -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; } } diff --git a/citadel/docs/citadel.html b/citadel/docs/citadel.html index a04245b4d..4552b3783 100644 --- a/citadel/docs/citadel.html +++ b/citadel/docs/citadel.html @@ -93,13 +93,13 @@ others
- Matt McBride
+ Ben Mehlman
additional client features
- Ben Mehlman
+ Matt Pfleger
additional client features
-- 2.39.2