# HG changeset patch # User Richard M. Stallman # Date 1090704932 0 # Node ID 3dcebd60c9bd8b6e771a666660a6f8255e56e28e # Parent feaa69f279aa61e3ac0bb54823e2b1238a54e4d6 (rmail-mime-charset-pattern): Don't include semicolon in the charset value. diff -r feaa69f279aa -r 3dcebd60c9bd lisp/mail/rmail.el --- 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.")