diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-17 13:46:58 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-17 13:46:58 +0000 |
commit | 2762eb9755ea90b9483ff24c24ab22621d31b329 (patch) | |
tree | 09d3036e8c46278d278b11d871cad2f0a505d37a /mail/mutt | |
parent | Regarding CUPS lppasswd entry: Add the CVE names for each issue inline (diff) |
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
Notes
Notes:
svn path=/head/; revision=126642
Diffstat (limited to 'mail/mutt')
-rw-r--r-- | mail/mutt/files/patch-pgp.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/mutt/files/patch-pgp.c b/mail/mutt/files/patch-pgp.c deleted file mode 100644 index 75f2440693e5..000000000000 --- 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 && |