diff --git a/src/print.c b/src/print.c index 209fb3c..a4e871b 100644 --- a/src/print.c +++ b/src/print.c @@ -1238,10 +1238,12 @@ void printbody(FILE *fp, struct emailinfo *email, int maybe_reply, int is_reply) if (!set_showhtml) { fprintf(fp, "
\n");
-	fprintf(fp, "", email->msgnum,email->msgnum);
 	pre = TRUE;
     }
 
+    /* tag the start of the message body */
+    fprintf(fp, "", email->msgnum,email->msgnum);
+
     if (set_showhtml == 2)
       init_txt2html();
     inquote = 0;