[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: automatic MIME decoding in rmail
From: |
Richard Stallman |
Subject: |
Re: automatic MIME decoding in rmail |
Date: |
Sat, 25 Mar 2006 19:21:58 -0500 |
Does this fix it?
*** rmail.el 18 Mar 2006 13:28:06 -0500 1.422
--- rmail.el 25 Mar 2006 18:19:10 -0500
***************
*** 622,628 ****
;;;###autoload
(defvar rmail-mime-charset-pattern
! "^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.")
--- 622,629 ----
;;;###autoload
(defvar rmail-mime-charset-pattern
! (concat "^content-type:[ ]*text/plain;\\(?:[ \t\n]*format=[a-z]+;\\)?"
! "[ \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.")