"\n")))
(narrow-to-region (point) (point-max))
(and (= 0 (% count 10))
- (message "Converting to Babyl...%d" count)))
+ (message "Converting to Babyl format...%d" count)))
;;*** MMDF format
((let ((case-fold-search t))
(looking-at rmail-mmdf-delim1))
(narrow-to-region (point) (point-max))
(setq count (1+ count))
(and (= 0 (% count 10))
- (message "Converting to Babyl...%d" count)))
+ (message "Converting to Babyl format...%d" count)))
;;*** Mail format
((looking-at "^From ")
(insert "\^L\n0, unseen,,\n*** EOOH ***\n")
"\n"))
(narrow-to-region (point) (point-max))
(and (= 0 (% count 10))
- (message "Converting to Babyl...%d" count)))
+ (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