X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/eaf54b62d94b8a2ab4a82ed30ab3c08214f51571..f1b704d05c9a2209edf851392220438e62470314:/h/mhparse.h diff --git a/h/mhparse.h b/h/mhparse.h index c2ba18a2..d165a63b 100644 --- a/h/mhparse.h +++ b/h/mhparse.h @@ -495,7 +495,10 @@ char *get_param_value(PM pm, char replace); * inlineonly - If true, only display MIME parts that are marked with * a disposition of "inline" (includes parts that lack a * Content-Disposition header). + * markerform - The name of a file containg mh-format(5) code used to + * display markers about non-displayed MIME parts. */ -void show_all_messages(CT *cts, int concat, int textonly, int inlineonly); +void show_all_messages(CT *cts, int concat, int textonly, int inlineonly, + char *markerform); extern int checksw; /* Add Content-MD5 field */