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: Sat, 24 Jul 2004 17:58:01 -0400

Index: emacs/lisp/mail/rmail.el
diff -c emacs/lisp/mail/rmail.el:1.391 emacs/lisp/mail/rmail.el:1.392
*** emacs/lisp/mail/rmail.el:1.391      Mon Apr 26 18:54:23 2004
--- emacs/lisp/mail/rmail.el    Sat Jul 24 21:35:32 2004
***************
*** 484,490 ****
  
  ;;;###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.")
  
--- 484,490 ----
  
  ;;;###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.")
  




reply via email to

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