aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/mutt/files/patch-pgp.c
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/mutt/files/patch-pgp.c')
-rw-r--r--chinese/mutt/files/patch-pgp.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/chinese/mutt/files/patch-pgp.c b/chinese/mutt/files/patch-pgp.c
deleted file mode 100644
index a282bce7df19..000000000000
--- a/chinese/mutt/files/patch-pgp.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- pgp.c.orig Sat Aug 12 11:03:44 2000
-+++ pgp.c Sat Aug 12 11:05:23 2000
-@@ -1019,7 +1019,7 @@
- mutt_message_to_7bit(a, NULL);
- }
- else if (a->encoding == ENC8BIT)
-- a->encoding = ENCQUOTEDPRINTABLE;
-+ { /* Do nothing */ }
- else if (a->encoding == ENCBINARY)
- a->encoding = ENCBASE64;
- else if (a->content && a->encoding != ENCBASE64 &&