summaryrefslogtreecommitdiff
path: root/mail/mutt
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mutt')
-rw-r--r--mail/mutt/files/patch-pgp.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/mutt/files/patch-pgp.c b/mail/mutt/files/patch-pgp.c
new file mode 100644
index 000000000000..75f2440693e5
--- /dev/null
+++ b/mail/mutt/files/patch-pgp.c
@@ -0,0 +1,11 @@
+--- 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 &&