page and code, as comment. Suggested by Norm so that scripts
can depend on it.
switch by
interactively asking you if each address that normally would be placed in
the \*(lqTo:\*(rq and \*(lqcc:\*(rq list should actually be sent a copy.
-This is useful for special\-purpose replies. Note that the position of
-the
+This is useful for special\-purpose replies. The prompt format is
+.PP
+.RS 5
+Reply to
+.IR address ?
+.RE
+.PP
+That prompt will not change, so that scripts can rely on it. Note
+that the position of the
.B \-cc
and
.B \-nocc
return 0;
if (querysw) {
+ /* Don't change the "Reply to %s? " prompt format, so that
+ scripts can rely on it. */
snprintf (buffer, sizeof(buffer), "Reply to %s? ", adrformat (np));
if (!gans (buffer, anoyes))
return 0;