Mercurial > emacs
changeset 73281:f3db6404bec1
(rmail-mime-charset-pattern): Allow a TAB between "Content-Type" and
"text/plain".
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 07 Oct 2006 13:29:51 +0000 |
parents | 131aaf8fbc41 |
children | 5dfa0d3db076 |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Sat Oct 07 13:13:34 2006 +0000 +++ b/lisp/mail/rmail.el Sat Oct 07 13:29:51 2006 +0000 @@ -623,7 +623,7 @@ ;;;###autoload (defvar rmail-mime-charset-pattern - (concat "^content-type:[ ]*text/plain;" + (concat "^content-type:[ \t]*text/plain;" "\\(?:[ \t\n]*\\(?:format\\|delsp\\)=\"?[-a-z0-9]+\"?;\\)*" "[ \t\n]*charset=\"?\\([^ \t\n\";]+\\)\"?") "Regexp to match MIME-charset specification in a header of message.