.PP
If the
.B \-outfile
-switch is given, its argument is used for the filename to store the
-content, with \*(lq-\*(rq indicating standard output. If the
+switch is given, its argument is used for the filename to store all
+of the content, with \*(lq-\*(rq indicating standard output. If the
.B \-auto
switch is given, then
.B mhstore
.I ask
behaves the same as
.IR always .
-.PP
-The
-.B \-clobber
-switch is ignored if the
-.B \-outfile
-switch is used.
.SS "Reassembling Messages of Type message/partial"
.B mhstore
is also able to reassemble messages that have been
if ((ct->c_storage = clobber_check (add (buffer, NULL))) == NULL) {
return NOTOK;
}
- } /* else output filename was explicitly specified, so use it */
+ } else {
+ /* The output filename was explicitly specified, so use it. */
+ if ((ct->c_storage = clobber_check (add (ct->c_storage, NULL))) ==
+ NULL) {
+ return NOTOK;
+ }
+ }
got_filename:
/* flush the output stream */