changeset 56521:3dcebd60c9bd

(rmail-mime-charset-pattern): Don't include semicolon in the charset value.
author Richard M. Stallman <rms@gnu.org>
date Sat, 24 Jul 2004 21:35:32 +0000
parents feaa69f279aa
children 6ed4179ba08b
files lisp/mail/rmail.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmail.el	Sat Jul 24 21:34:47 2004 +0000
+++ b/lisp/mail/rmail.el	Sat Jul 24 21:35:32 2004 +0000
@@ -484,7 +484,7 @@
 
 ;;;###autoload
 (defvar rmail-mime-charset-pattern
-  "^content-type:[ ]*text/plain;[ \t\n]*charset=\"?\\([^ \t\n\"]+\\)\"?"
+  "^content-type:[ ]*text/plain;[ \t\n]*charset=\"?\\([^ \t\n\";]+\\)\"?"
   "Regexp to match MIME-charset specification in a header of message.
 The first parenthesized expression should match the MIME-charset name.")