summaryrefslogtreecommitdiff
path: root/mail/mutt
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-01-12 18:44:07 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-01-12 18:44:07 +0000
commit9135cb29a678a9cc12e55ee2aa578cab872b755c (patch)
tree8dd8d9cec795e9dfaf3212323bda21fcf3511dec /mail/mutt
parent- Add WITH_MUTT_SIDEBAR_PATCH knob. The sidebar patch is (diff)
- Fix the charset of 7bit messsages when doing gpg encryption. This
makes gpg-signed messages more readable in GNATS eg. PR: ports/76130 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=126248
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 &&