From 066750cd8fe875aaf5cedee7f07c0a07b0d415cb Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 4 Mar 2004 01:03:55 +0000 Subject: [PATCH] Synch to No Gnus 200403040101. --- lisp/ChangeLog | 4 ++++ lisp/rfc2047.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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. -- 1.7.10.4