[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/mail/rmail.el
From: |
Dave Love |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/mail/rmail.el |
Date: |
Tue, 04 Feb 2003 14:24:27 -0500 |
Index: emacs/lisp/mail/rmail.el
diff -c emacs/lisp/mail/rmail.el:1.367 emacs/lisp/mail/rmail.el:1.368
*** emacs/lisp/mail/rmail.el:1.367 Sun Jan 5 20:08:31 2003
--- emacs/lisp/mail/rmail.el Mon Jan 6 11:02:29 2003
***************
*** 281,289 ****
;; files).
(defvar rmail-mmdf-delim1 "^\001\001\001\001\n"
! "Regexp marking the start of an mmdf message")
(defvar rmail-mmdf-delim2 "^\001\001\001\001\n"
! "Regexp marking the end of an mmdf message")
(defcustom rmail-message-filter nil
"If non-nil, a filter function for new messages in RMAIL.
--- 281,289 ----
;; files).
(defvar rmail-mmdf-delim1 "^\001\001\001\001\n"
! "Regexp marking the start of an mmdf message.")
(defvar rmail-mmdf-delim2 "^\001\001\001\001\n"
! "Regexp marking the end of an mmdf message.")
(defcustom rmail-message-filter nil
"If non-nil, a filter function for new messages in RMAIL.
***************
*** 2400,2406 ****
(progn
(check-coding-system coding-system)
(setq buffer-file-coding-system coding-system))
! (error
(setq buffer-file-coding-system nil))))
(setq buffer-file-coding-system nil)))))
;; Clear the "unseen" attribute when we show a message.
--- 2400,2406 ----
(progn
(check-coding-system coding-system)
(setq buffer-file-coding-system coding-system))
! (error
(setq buffer-file-coding-system nil))))
(setq buffer-file-coding-system nil)))))
;; Clear the "unseen" attribute when we show a message.
- [Emacs-diffs] Changes to emacs/lisp/mail/rmail.el,
Dave Love <=
- [Emacs-diffs] Changes to emacs/lisp/mail/rmail.el, Juanma Barranquero, 2003/02/11
- [Emacs-diffs] Changes to emacs/lisp/mail/rmail.el, Paul Michael Reilly, 2003/02/15
- [Emacs-diffs] Changes to emacs/lisp/mail/rmail.el, Paul Michael Reilly, 2003/02/18
- [Emacs-diffs] Changes to emacs/lisp/mail/rmail.el, Juanma Barranquero, 2003/02/20
- [Emacs-diffs] Changes to emacs/lisp/mail/rmail.el, Paul Michael Reilly, 2003/02/21
- [Emacs-diffs] Changes to emacs/lisp/mail/rmail.el, Paul Michael Reilly, 2003/02/22
- [Emacs-diffs] Changes to emacs/lisp/mail/rmail.el, Paul Michael Reilly, 2003/02/22