]> granicus.if.org Git - neomutt/commitdiff
add missing state_mark_attach() 1156/head
authorRichard Russon <rich@flatcap.org>
Tue, 24 Apr 2018 23:12:24 +0000 (00:12 +0100)
committerRichard Russon <rich@flatcap.org>
Tue, 24 Apr 2018 23:12:24 +0000 (00:12 +0100)
handler.c

index b8a98d07c2dd6e5e950a4558684e5ac22247d44e..c4192e1012a219eeae571c3c7ca50eb7ab917f56 100644 (file)
--- a/handler.c
+++ b/handler.c
@@ -1998,6 +1998,7 @@ int mutt_body_handler(struct Body *b, struct State *s)
         /* L10N: %s/%s is a MIME type, e.g. "text/plain". */
         str = _("[-- %s/%s is unsupported --]\n");
     }
+    state_mark_attach(s);
     state_printf(s, str, TYPE(b), b->subtype, keystroke);
   }