summaryrefslogtreecommitdiff
path: root/mail/premail
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-02-14 13:46:38 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-02-14 13:46:38 +0000
commit3a41bd5fb79e13762cfbc91bf271b7a2b52722e6 (patch)
treeff2b3ce92705abd87f272eebd7e196d87a6c2600 /mail/premail
parentUpdate 3.5.7 -> 3.5.8 (prompted by a number of people) (diff)
More -w fixes
Notes
Notes: svn path=/head/; revision=9715
Diffstat (limited to 'mail/premail')
-rw-r--r--mail/premail/files/patch-aa20
1 files changed, 18 insertions, 2 deletions
diff --git a/mail/premail/files/patch-aa b/mail/premail/files/patch-aa
index 535613496b1c..3de24cf2c54c 100644
--- a/mail/premail/files/patch-aa
+++ b/mail/premail/files/patch-aa
@@ -1,5 +1,5 @@
---- premail.old Thu Oct 31 06:25:10 1996
-+++ premail Sat Feb 14 05:44:15 1998
+--- premail.orig Thu Oct 31 06:25:10 1996
++++ premail Sat Feb 14 16:34:31 1998
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/local/bin/perl -w
@@ -377,6 +377,22 @@
# print STDERR "+ $invoc\n";
if (system ($invoc)) {
print STDERR "Edit failed.\n";
+@@ -5495,6 +5517,7 @@
+ }
+ }
+ }
++ $signsend = 'n' unless $signsend;
+ if ($#args >= 1) {
+ $to = $args[1];
+ } elsif ($#args < 0) {
+@@ -5609,7 +5632,6 @@
+ $fullname = &query ('Full name of pseudonym (not just '
+ . 'E-mail address)', $fullname);
+ $fullname =~ s/[\'\^\n]//g; # kludge for secrets file
+- $signsend = 'n' unless $signsend;
+ $signsend = &query ('Sign mail with (R)emailer key, '
+ . '(P)seudonym key or (N)o key?',
+ $signsend);
@@ -5771,6 +5793,7 @@
if (!open (IN, $body)) {
&error ("Internal error opening replyblock\n");