projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da83151
)
* uip/mhshowsbr.c (show_all_messages): Be more generous when parsing
author
Josh Bressers
<josh@bress.net>
Fri, 25 Jan 2008 21:00:42 +0000
(21:00 +0000)
committer
Josh Bressers
<josh@bress.net>
Fri, 25 Jan 2008 21:00:42 +0000
(21:00 +0000)
multipart messages.
ChangeLog
patch
|
blob
|
history
uip/mhshowsbr.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
2b2254c
..
ffa4e93
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2008-01-25 Josh Bressers <josh@bress.net>
+
+ * uip/mhshowsbr.c (show_all_messages): Be more generous when parsing
+ multipart messages.
+
2007-11-04 Joel Reicher <joel@panacea.null.org>
* Changed done() link overriding to function pointer. Return type
diff --git
a/uip/mhshowsbr.c
b/uip/mhshowsbr.c
index
08d676e
..
e28c73e
100644
(file)
--- a/
uip/mhshowsbr.c
+++ b/
uip/mhshowsbr.c
@@
-119,7
+119,7
@@
show_all_messages (CT *cts)
ct = *ctp;
/* if top-level type is ok, then display message */
- if (type_ok (ct, 0))
+ if (type_ok (ct, 1))
show_single_message (ct, formsw);
}
}