summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-01-17 13:47:45 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-01-17 13:47:45 +0000
commitb0f967e8e5a1d18da99c65b4776cfa1635e4850f (patch)
treef837ea52d4486dbf63762f8059bd4afad134814f /mail
parentRemove patch since "pgp_strict_enc" option does the same hack and it (diff)
Remove patch since "pgp_strict_enc" option does the same hack and it
can lead to broken pgp signatures.
Notes
Notes: svn path=/head/; revision=126643
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt-devel/files/patch-crypt.c11
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 &&