diff options
Diffstat (limited to 'chinese/mutt/files/patch-pgp.c')
-rw-r--r-- | chinese/mutt/files/patch-pgp.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chinese/mutt/files/patch-pgp.c b/chinese/mutt/files/patch-pgp.c new file mode 100644 index 000000000000..a282bce7df19 --- /dev/null +++ b/chinese/mutt/files/patch-pgp.c @@ -0,0 +1,11 @@ +--- 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 && |