aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/rmail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 6b9ea1b019d..6aed2263498 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -371,7 +371,7 @@ the variable `rmail-mime-feature'.")
371 371
372;;;###autoload 372;;;###autoload
373(defvar rmail-mime-charset-pattern 373(defvar rmail-mime-charset-pattern
374 "^content-type:[ ]*text/plain;[ ]*charset=\\([^ \t\n]+\\)" 374 "^content-type:[ ]*text/plain;[ \t\n]*charset=\"?\\([^ \t\n\"]+\\)\"?"
375 "Regexp to match MIME-charset specification in a header of message. 375 "Regexp to match MIME-charset specification in a header of message.
376The first parenthesized expression should match the MIME-charset name.") 376The first parenthesized expression should match the MIME-charset name.")
377 377