From b0f967e8e5a1d18da99c65b4776cfa1635e4850f Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Mon, 17 Jan 2005 13:47:45 +0000 Subject: [PATCH] Remove patch since "pgp_strict_enc" option does the same hack and it can lead to broken pgp signatures. --- mail/mutt-devel/files/patch-crypt.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 mail/mutt-devel/files/patch-crypt.c 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 &&