-.TH MHSHOW %manext1% "February 8, 2015" "%nmhversion%"
+.TH MHSHOW %manext1% "March 24, 2016" "%nmhversion%"
.\"
.\" %nmhwarning%
.\"
.PP
By default
.B mhshow
-will concatenate all content under one pager. If you which each part to
+will concatenate all content under one pager. If you want each part to
displayed separately, you can override the default behavior with
.B \-noconcat.
.PP
-.TH SHOW %manext1% "February 8, 2015" "%nmhversion%"
+.TH SHOW %manext1% "March 24, 2016" "%nmhversion%"
.\"
.\" %nmhwarning%
.\"
.IR program ]
.RB [ \-header " | " \-noheader ]
.RB [ \-checkmime " | " \-nocheckmime ]
+.RB [ \-concat " | " \-noconcat ]
[switches\ for
.I showproc
or
description of the message being shown. This description includes
the folder and the message number.
.PP
+By default
+.B show
+will concatenate all content under one pager. If you want each part to
+displayed separately, you can override the default behavior with
+.B \-noconcat.
+.PP
If no `msgs' are specified, the current message is used. Although
it depends on the specific
.I showproc
.RB ` msgs "' defaults to cur"
.RB ` \-checkmime '
.RB ` \-header '
+.RB ` \-concat '
.fi
.SH CONTEXT
If a folder is given, it will become the current folder. The last
/* \
* switches for mhlproc \
*/ \
- X("concat", -6, CONCATSW) \
- X("noconcat", -8, NCONCATSW) \
+ X("concat", 0, CONCATSW) \
+ X("noconcat", 0, NCONCATSW) \
/* \
* switches for mhshow \
*/ \