From: yamaoka Date: Thu, 4 Mar 2004 01:03:55 +0000 (+0000) Subject: Synch to No Gnus 200403040101. X-Git-Tag: t-gnus-6_17_4-quimby-~1041 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=066750cd8fe875aaf5cedee7f07c0a07b0d415cb;p=elisp%2Fgnus.git- Synch to No Gnus 200403040101. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1cec34c..7114bc6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-03-04 Katsumi Yamaoka + + * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren. + 2004-03-04 Jesper Harder * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231 diff --git a/lisp/rfc2047.el b/lisp/rfc2047.el index e14d020..663c73f 100644 --- a/lisp/rfc2047.el +++ b/lisp/rfc2047.el @@ -607,7 +607,7 @@ By default, the region is treated as containing addresses (see (eval-and-compile (defconst rfc2047-encoded-word-regexp - "=\\?\\([^][\000-\040()<>@,\;:*\\\"/?.=]+\\)(?:\\*[^?]+\\)?\ + "=\\?\\([^][\000-\040()<>@,\;:*\\\"/?.=]+\\)\\(?:\\*[^?]+\\)?\ \\?\\(B\\|Q\\)\\?\\([!->@-~ +]*\\)\\?=")) ;; Fixme: This should decode in place, not cons intermediate strings.