--- hypermail-2.2.0/src/print.c 2004-03-25 03:19:16.000000000 +0100 +++ hypermail-2.2.0a/src/print.c 2005-03-11 10:36:33.096297991 +0100 @@ -1069,7 +1069,7 @@ d_index = MSG_EXPIRED; if (email->is_deleted == 4 || email->is_deleted == 8) d_index = MSG_FILTERED_OUT; - fprintf(fp, ""); + fprintf(fp, "", email->msgnum); fprintf(fp, "

%s

\n", lang[d_index]); /* AUDIT biege: No more warnings about format-bug */ return; } @@ -1164,14 +1164,14 @@ d_index = MSG_EXPIRED; if (email->is_deleted == 4 || email->is_deleted == 8) d_index = MSG_FILTERED_OUT; - fprintf(fp, ""); + fprintf(fp, "", email->msgnum); fprintf(fp, "

%s

\n", lang[d_index]); /* AUDIT biege: No more warnings about format-bug */ return; } if (!set_showhtml) { fprintf(fp, "
\n");
-	fprintf(fp, "");
+	fprintf(fp, "", email->msgnum);
 	pre = TRUE;
     }
 
@@ -1496,8 +1496,8 @@
 
 	    fprintf(fp, "
  • \n"); fprintf(fp, "%s:\n", lang[MSG_THIS_MESSAGE]); - fprintf(fp, "[ " - "%s ]\n", lang[MSG_MSG_BODY]); + fprintf(fp, "[ " + "%s ]\n", email->msgnum, lang[MSG_MSG_BODY]); if (set_mailcommand && set_hmail) { if ((email->msgid && email->msgid[0]) || (email->subject && email->subject[0])) { ptr = makemailcommand(set_replymsg_command, set_hmail, email->msgid, @@ -1638,8 +1638,8 @@ ** format for items:
  • Next: subject of message
  • \n */ - fprintf (fp, "
  • %s: [ %s ]
  • \n", - lang[MSG_THIS_MESSAGE], lang[MSG_MSG_BODY]); + fprintf (fp, "
  • %s: [ %s ]
  • \n", + lang[MSG_THIS_MESSAGE], email->msgnum, lang[MSG_MSG_BODY]); printcomment(fp, "lnext", "start"); /*