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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/rmail.el
Date: Thu, 16 Oct 2003 12:54:48 -0400

Index: emacs/lisp/mail/rmail.el
diff -c emacs/lisp/mail/rmail.el:1.374 emacs/lisp/mail/rmail.el:1.375
*** emacs/lisp/mail/rmail.el:1.374      Thu Oct 16 12:49:27 2003
--- emacs/lisp/mail/rmail.el    Thu Oct 16 12:54:48 2003
***************
*** 1729,1735 ****
                             "\n")))
               (narrow-to-region (point) (point-max))
               (and (= 0 (% count 10))
!                   (message "Converting to Babyl...%d" count)))
              ;;*** MMDF format
              ((let ((case-fold-search t))
                 (looking-at rmail-mmdf-delim1))
--- 1729,1735 ----
                             "\n")))
               (narrow-to-region (point) (point-max))
               (and (= 0 (% count 10))
!                   (message "Converting to Babyl format...%d" count)))
              ;;*** MMDF format
              ((let ((case-fold-search t))
                 (looking-at rmail-mmdf-delim1))
***************
*** 1756,1762 ****
               (narrow-to-region (point) (point-max))
               (setq count (1+ count))
               (and (= 0 (% count 10))
!                   (message "Converting to Babyl...%d" count)))
              ;;*** Mail format
              ((looking-at "^From ")
               (insert "\^L\n0, unseen,,\n*** EOOH ***\n")
--- 1756,1762 ----
               (narrow-to-region (point) (point-max))
               (setq count (1+ count))
               (and (= 0 (% count 10))
!                   (message "Converting to Babyl format...%d" count)))
              ;;*** Mail format
              ((looking-at "^From ")
               (insert "\^L\n0, unseen,,\n*** EOOH ***\n")
***************
*** 1864,1870 ****
                         "\n"))
               (narrow-to-region (point) (point-max))
               (and (= 0 (% count 10))
!                   (message "Converting to Babyl...%d" count)))
              ;;
              ;; This kludge is because some versions of sendmail.el
              ;; insert an extra newline at the beginning that shouldn't
--- 1864,1870 ----
                         "\n"))
               (narrow-to-region (point) (point-max))
               (and (= 0 (% count 10))
!                   (message "Converting to Babyl format...%d" count)))
              ;;
              ;; This kludge is because some versions of sendmail.el
              ;; insert an extra newline at the beginning that shouldn't




reply via email to

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