]> diplodocus.org Git - nmh/commitdiff
Undid commit 475fef2edee9db3c63fc089df76f8e93e3d598cd, it didn't
authorDavid Levine <levinedl@acm.org>
Fri, 30 May 2014 02:05:36 +0000 (21:05 -0500)
committerDavid Levine <levinedl@acm.org>
Fri, 30 May 2014 02:05:36 +0000 (21:05 -0500)
seem popular.  We'd be better off with a proper method, or using
formail(1), to extract the addresses from a message.

man/repl.man
uip/replsbr.c

index af41525bc7380ebc238a5550bcd74a866712ce0b..fe87c856597517fba1ff7e83edf05f65b868e35a 100644 (file)
@@ -179,15 +179,8 @@ switch modifies the action of
 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.
 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.  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
+This is useful for special\-purpose replies.  Note that the position of
+the
 .B \-cc
 and
 .B \-nocc
 .B \-cc
 and
 .B \-nocc
index 46ae7dc3368ebd7225d7b69c8eeae81cf6cb0847..6a906b44b838a98c9dbf062916890517debd83fe 100644 (file)
@@ -400,8 +400,6 @@ insert (struct mailname *np)
        return 0;
 
     if (querysw) {
        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;
        snprintf (buffer, sizeof(buffer), "Reply to %s? ", adrformat (np));
        if (!gans (buffer, anoyes))
        return 0;