diff options
author | ache <ache@FreeBSD.org> | 1998-02-14 13:46:38 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-02-14 13:46:38 +0000 |
commit | db027cf4b3a6c2c9a49e28492579f0e4e47b7d52 (patch) | |
tree | d7883f45663dbb3f70ad9a3cc5586fe8aea13557 /mail/premail/files | |
parent | 040d1f423366a7354e5c8407ceb2888f8e4608b3 (diff) | |
download | FreeBSD-ports-db027cf4b3a6c2c9a49e28492579f0e4e47b7d52.zip FreeBSD-ports-db027cf4b3a6c2c9a49e28492579f0e4e47b7d52.tar.gz |
More -w fixes
Diffstat (limited to 'mail/premail/files')
-rw-r--r-- | mail/premail/files/patch-aa | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/mail/premail/files/patch-aa b/mail/premail/files/patch-aa index 5356134..3de24cf 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"); |