35944f86f2
this is smaller than firefox and has special handling for small screens which is useful for machines like the zaurus. unfortunately, it's not there yet, see the TODO. please don't add this to the www Makefile yet.
13 lines
540 B
Plaintext
13 lines
540 B
Plaintext
$OpenBSD: patch-mailnews_mime_src_mimemsg_cpp,v 1.1.1.1 2005/05/25 06:59:10 jolan Exp $
|
|
--- mailnews/mime/src/mimemsg.cpp.orig Tue Mar 29 16:57:29 2005
|
|
+++ mailnews/mime/src/mimemsg.cpp Tue Mar 29 16:57:51 2005
|
|
@@ -519,7 +519,7 @@ MimeMessage_close_headers (MimeObject *o
|
|
{
|
|
PRUint32 flags = 0;
|
|
char dummy = 0;
|
|
- if (sscanf(xmoz, " %lx %c", &flags, &dummy) == 1 &&
|
|
+ if (sscanf(xmoz, " %x %c", &flags, &dummy) == 1 &&
|
|
flags & MSG_FLAG_PARTIAL)
|
|
obj->options->generate_footer_html_fn =
|
|
MimeMessage_partial_message_html;
|