projects
/
mutt
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08a73e3
)
Actually bail out, but wiht an ok return value.
author
Thomas Roessler
<roessler@does-not-exist.org>
Tue, 10 Jul 2007 12:47:42 +0000
(14:47 +0200)
committer
Thomas Roessler
<roessler@does-not-exist.org>
Tue, 10 Jul 2007 12:47:42 +0000
(14:47 +0200)
handler.c
patch
|
blob
|
history
diff --git
a/handler.c
b/handler.c
index e85793d8486898d538149a43f83d54f69a700cf5..d2ad711268ed2d4c25d0b22463bf2aa738e01571 100644
(file)
--- a/
handler.c
+++ b/
handler.c
@@
-1360,6
+1360,7
@@
static int external_body_handler (BODY *b, STATE *s)
{
state_mark_attach (s);
state_puts (_("[-- Error: message/external-body has no access-type parameter --]\n"), s);
+ return 0;
}
else
return -1;