from negative to 0, so that they can be abbreviated and so that they
appear with -help. Added them to the man page, and fixed text that
was copied from mhshow(1) man page.
-.TH MHSHOW %manext1% "February 8, 2015" "%nmhversion%"
+.TH MHSHOW %manext1% "March 24, 2016" "%nmhversion%"
-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
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%"
.IR program ]
.RB [ \-header " | " \-noheader ]
.RB [ \-checkmime " | " \-nocheckmime ]
.IR program ]
.RB [ \-header " | " \-noheader ]
.RB [ \-checkmime " | " \-nocheckmime ]
+.RB [ \-concat " | " \-noconcat ]
[switches\ for
.I showproc
or
[switches\ for
.I showproc
or
description of the message being shown. This description includes
the folder and the message number.
.PP
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
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 ` msgs "' defaults to cur"
.RB ` \-checkmime '
.RB ` \-header '
.fi
.SH CONTEXT
If a folder is given, it will become the current folder. The last
.fi
.SH CONTEXT
If a folder is given, it will become the current folder. The last
/* \
* switches for mhlproc \
*/ \
/* \
* switches for mhlproc \
*/ \
- X("concat", -6, CONCATSW) \
- X("noconcat", -8, NCONCATSW) \
+ X("concat", 0, CONCATSW) \
+ X("noconcat", 0, NCONCATSW) \
/* \
* switches for mhshow \
*/ \
/* \
* switches for mhshow \
*/ \