From: David Levine Date: Fri, 30 May 2014 02:05:36 +0000 (-0500) Subject: Undid commit 475fef2edee9db3c63fc089df76f8e93e3d598cd, it didn't X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/8e7da2908d70b96ee25587a6b6eb28cb84fb8459?ds=sidebyside;hp=-c Undid commit 475fef2edee9db3c63fc089df76f8e93e3d598cd, it didn't seem popular. We'd be better off with a proper method, or using formail(1), to extract the addresses from a message. --- 8e7da2908d70b96ee25587a6b6eb28cb84fb8459 diff --git a/man/repl.man b/man/repl.man index af41525b..fe87c856 100644 --- a/man/repl.man +++ b/man/repl.man @@ -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. -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 diff --git a/uip/replsbr.c b/uip/replsbr.c index 46ae7dc3..6a906b44 100644 --- a/uip/replsbr.c +++ b/uip/replsbr.c @@ -400,8 +400,6 @@ insert (struct mailname *np) 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;