emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/rmail.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/rmail.el
Date: Mon, 10 Apr 2006 03:19:03 +0000

Index: emacs/lisp/mail/rmail.el
diff -u emacs/lisp/mail/rmail.el:1.423 emacs/lisp/mail/rmail.el:1.424
--- emacs/lisp/mail/rmail.el:1.423      Sat Mar 25 11:33:48 2006
+++ emacs/lisp/mail/rmail.el    Mon Apr 10 03:19:03 2006
@@ -623,7 +623,9 @@
 
 ;;;###autoload
 (defvar rmail-mime-charset-pattern
-  "^content-type:[ ]*text/plain;[ \t\n]*charset=\"?\\([^ \t\n\";]+\\)\"?"
+  (concat "^content-type:[ ]*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.
 The first parenthesized expression should match the MIME-charset name.")
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]