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-parse.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-parse.c')
| -rw-r--r-- | chinese/mutt/files/patch-parse.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/chinese/mutt/files/patch-parse.c b/chinese/mutt/files/patch-parse.c deleted file mode 100644 index f2545cc43cb7..000000000000 --- a/chinese/mutt/files/patch-parse.c +++ /dev/null @@ -1,15 +0,0 @@ ---- parse.c.orig Sat Apr 22 16:49:29 2000 -+++ parse.c Sat Aug 5 14:25:02 2000 -@@ -407,10 +407,11 @@ - else if (!mutt_strcasecmp ("description", line + 8)) - { - mutt_str_replace (&p->description, c); -- rfc2047_decode (p->description, p->description, mutt_strlen (p->description) + 1); - } - } - } -+ if (p->description) rfc2047_decode (p->description, p->description, mutt_strlen (p->description) + 1); -+ if (p->filename) rfc2047_decode (p->filename, p->filename, mutt_strlen (p->filename) + 1); - p->offset = ftell (fp); /* Mark the start of the real data */ - if (p->type == TYPETEXT && !p->subtype) - p->subtype = safe_strdup ("plain"); |
