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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/rmail.el [emacs-unicode-2]
Date: Wed, 28 Jul 2004 03:09:32 -0400

Index: emacs/lisp/mail/rmail.el
diff -c emacs/lisp/mail/rmail.el:1.371.4.4 emacs/lisp/mail/rmail.el:1.371.4.5
*** emacs/lisp/mail/rmail.el:1.371.4.4  Mon Jun 28 07:29:47 2004
--- emacs/lisp/mail/rmail.el    Wed Jul 28 07:05:50 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]