diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-07-29 15:28:41 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-07-29 15:28:41 +0000 |
commit | 0ce94e7d1301e2188357153ad4a9e5ef2e2fbc21 (patch) | |
tree | 0548f993005e6b4cd18f6a120abee327c65befca /chinese/mutt/files/patch-pgp.c | |
parent | Update to 0.1.3. (diff) |
Update to mutt 1.3.20.
Because we Chinese people have to deal with at least 2 charsets,
let's forget about the mutt / mutt-devel strategy. We just need
mutt 1.3.x.
Diffstat (limited to 'chinese/mutt/files/patch-pgp.c')
-rw-r--r-- | chinese/mutt/files/patch-pgp.c | 11 |
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 && |