ALT Linux Bugzilla
– Attachment 321 Details for
Bug 3369
Невозможно декодировать неправильно закодированные MIME темы
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Собственно патч :)
mutt-1.4-alt-rfc2047.patch (text/plain), 603 bytes, created by
Kirill A. Shutemov
on 2003-12-14 14:14:56 MSK
(
hide
)
Description:
Собственно патч :)
Filename:
MIME Type:
Creator:
Kirill A. Shutemov
Created:
2003-12-14 14:14:56 MSK
Size:
603 bytes
patch
obsolete
>--- rfc2047.c.orig 2003-12-07 21:27:59 +0200 >+++ rfc2047.c 2003-12-07 22:08:40 +0200 >@@ -700,12 +700,12 @@ > while ((p = strstr (q, "=?"))) > { > for (q = p + 2; >- 0x20 < *q && *q < 0x7f && !strchr ("()<>@,;:\"/[]?.=", *q); >+ *q == 0x09 || (0x20 <= *q && *q < 0x7f && !strchr ("()<>@,;:\"/[]?.=", *q)); > q++) > ; > if (q[0] != '?' || !strchr ("BbQq", q[1]) || q[2] != '?') > continue; >- for (q = q + 3; 0x20 < *q && *q < 0x7f && *q != '?'; q++) >+ for (q = q + 3; *q == 0x09 || (0x20 <= *q && *q < 0x7f && *q != '?'); q++) > ; > if (q[0] != '?' || q[1] != '=') > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 3369
: 321