]> granicus.if.org Git - mutt/commitdiff
Actually bail out, but wiht an ok return value.
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 10 Jul 2007 12:47:42 +0000 (14:47 +0200)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 10 Jul 2007 12:47:42 +0000 (14:47 +0200)
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;