diff options
author | krion <krion@FreeBSD.org> | 2005-01-17 21:46:58 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-01-17 21:46:58 +0800 |
commit | 873d5d30a45a67e5a81a0dbb44265b4855172e07 (patch) | |
tree | 0e7a87cea7e4bf3b42f8fe8664f2270ae5b034bb /mail/mutt14 | |
parent | 3d24d829300171c909a314a32dba9b6929c336a8 (diff) | |
download | freebsd-ports-graphics-873d5d30a45a67e5a81a0dbb44265b4855172e07.tar.gz freebsd-ports-graphics-873d5d30a45a67e5a81a0dbb44265b4855172e07.tar.zst freebsd-ports-graphics-873d5d30a45a67e5a81a0dbb44265b4855172e07.zip |
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/mutt14')
-rw-r--r-- | mail/mutt14/files/patch-pgp.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/mutt14/files/patch-pgp.c b/mail/mutt14/files/patch-pgp.c deleted file mode 100644 index 75f2440693e..00000000000 --- 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 && |