diff options
author | krion <krion@FreeBSD.org> | 2005-01-17 13:46:58 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-01-17 13:46:58 +0000 |
commit | 873d5d30a45a67e5a81a0dbb44265b4855172e07 (patch) | |
tree | 0e7a87cea7e4bf3b42f8fe8664f2270ae5b034bb /mail | |
parent | 3d24d829300171c909a314a32dba9b6929c336a8 (diff) | |
download | FreeBSD-ports-873d5d30a45a67e5a81a0dbb44265b4855172e07.zip FreeBSD-ports-873d5d30a45a67e5a81a0dbb44265b4855172e07.tar.gz |
Remove patch since "pgp_strict_enc" option does the same hack and it
can lead to broken pgp signatures.
Submitted by: krion, tobez
Approved by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt/files/patch-pgp.c | 11 | ||||
-rw-r--r-- | mail/mutt14/files/patch-pgp.c | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/mail/mutt/files/patch-pgp.c b/mail/mutt/files/patch-pgp.c deleted file mode 100644 index 75f2440..0000000 --- a/mail/mutt/files/patch-pgp.c +++ /dev/null @@ -1,11 +0,0 @@ ---- pgp.c.orig Wed Jan 9 16:39:28 2002 -+++ pgp.c Wed Jan 12 09:46:08 2005 -@@ -1193,6 +1193,8 @@ - } - else if (a->encoding == ENC8BIT) - a->encoding = ENCQUOTEDPRINTABLE; -+ else if (a->encoding == ENC7BIT) -+ /* empty */ ; - else if (a->encoding == ENCBINARY) - a->encoding = ENCBASE64; - else if (a->content && a->encoding != ENCBASE64 && diff --git a/mail/mutt14/files/patch-pgp.c b/mail/mutt14/files/patch-pgp.c deleted file mode 100644 index 75f2440..0000000 --- a/mail/mutt14/files/patch-pgp.c +++ /dev/null @@ -1,11 +0,0 @@ ---- pgp.c.orig Wed Jan 9 16:39:28 2002 -+++ pgp.c Wed Jan 12 09:46:08 2005 -@@ -1193,6 +1193,8 @@ - } - else if (a->encoding == ENC8BIT) - a->encoding = ENCQUOTEDPRINTABLE; -+ else if (a->encoding == ENC7BIT) -+ /* empty */ ; - else if (a->encoding == ENCBINARY) - a->encoding = ENCBASE64; - else if (a->content && a->encoding != ENCBASE64 && |