diff options
author | krion <krion@FreeBSD.org> | 2005-01-17 21:47:45 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-01-17 21:47:45 +0800 |
commit | 9a75d44c35ccd6b4f44c9bd3313c289278df9a3f (patch) | |
tree | 4197e25f805fa91fbe72765e5bdd37b579aa038b /mail | |
parent | 873d5d30a45a67e5a81a0dbb44265b4855172e07 (diff) | |
download | freebsd-ports-gnome-9a75d44c35ccd6b4f44c9bd3313c289278df9a3f.tar.gz freebsd-ports-gnome-9a75d44c35ccd6b4f44c9bd3313c289278df9a3f.tar.zst freebsd-ports-gnome-9a75d44c35ccd6b4f44c9bd3313c289278df9a3f.zip |
Remove patch since "pgp_strict_enc" option does the same hack and it
can lead to broken pgp signatures.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-devel/files/patch-crypt.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/mutt-devel/files/patch-crypt.c b/mail/mutt-devel/files/patch-crypt.c deleted file mode 100644 index 2b0eedf33cf0..000000000000 --- a/mail/mutt-devel/files/patch-crypt.c +++ /dev/null @@ -1,11 +0,0 @@ ---- crypt.c.orig Tue Jan 11 16:20:48 2005 -+++ crypt.c Tue Jan 11 16:21:10 2005 -@@ -596,6 +596,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 && |